Open justlooks opened 10 years ago
You will need to use storm-yarn.
Andy Feng
Sent from my iPhone
On Dec 28, 2013, at 7:04 PM, justlooks notifications@github.com wrote:
i use CDH4 yarn framework, i want build storm cluster on yarn framework,is storm can? or is storm-yarn can? or both can?
— Reply to this email directly or view it on GitHub.
i have CDH4.4 CLUSTER for benchmark ,and CDH4.3 for develop,but CDH4.4 has different API, it can not deploy storm-yarn on CDH4.4, CDH4.3 envionment use JDK 6 ,can storm-yarn support JDK 6?
On Sun, Dec 29, 2013 at 11:09 AM, anfeng notifications@github.com wrote:
You will need to use storm-yarn.
Andy Feng
Sent from my iPhone
On Dec 28, 2013, at 7:04 PM, justlooks notifications@github.com wrote:
i use CDH4 yarn framework, i want build storm cluster on yarn framework,is storm can? or is storm-yarn can? or both can?
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHubhttps://github.com/yahoo/storm-yarn/issues/61#issuecomment-31310034 .
The YARN APIs changed a lot after 4.3. Storm YARN does not compile or run on CDH 4.4, 4.5, or 4.6. It does at least compile on CDH5.0.0 snapshot With a small patch to the master branch. It should work, and has been tested on hadoop 2.1 based builds. Also the master branch will run/compile with just JDK1.6 Thanks to the work of clockfly.
diff --git a/pom.xml b/pom.xml index 0992424..6d01010 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,10 @@
<url>http://repo.hortonworks.com/content/repositories/releases/</url>
</repository-->
</repository>
<!-- Special: following this instruction alternative 3
http://slf4j.org/faq.html#excludingJCL -->
@@ -63,7 +67,8 @@
—Bobby
From: justlooks notifications@github.com<mailto:notifications@github.com> Reply-To: yahoo/storm-yarn reply@reply.github.com<mailto:reply@reply.github.com> Date: Saturday, December 28, 2013 at 9:49 PM To: yahoo/storm-yarn storm-yarn@noreply.github.com<mailto:storm-yarn@noreply.github.com> Subject: Re: [storm-yarn] what different between storm and storm-yarn? (#61)
i have CDH4.4 CLUSTER for benchmark ,and CDH4.3 for develop,but CDH4.4 has different API, it can not deploy storm-yarn on CDH4.4, CDH4.3 envionment use JDK 6 ,can storm-yarn support JDK 6?
On Sun, Dec 29, 2013 at 11:09 AM, anfeng notifications@github.com<mailto:notifications@github.com> wrote:
You will need to use storm-yarn.
Andy Feng
Sent from my iPhone
On Dec 28, 2013, at 7:04 PM, justlooks notifications@github.com<mailto:notifications@github.com> wrote:
i use CDH4 yarn framework, i want build storm cluster on yarn framework,is storm can? or is storm-yarn can? or both can?
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHubhttps://github.com/yahoo/storm-yarn/issues/61#issuecomment-31310034 .
— Reply to this email directly or view it on GitHubhttps://github.com/yahoo/storm-yarn/issues/61#issuecomment-31310813.
i use CDH4 yarn framework, i want build storm cluster on yarn framework,is storm can? or is storm-yarn can? or both can?