yahoo / storm-yarn

Storm-yarn enables Storm clusters to be deployed into machines managed by Hadoop YARN.
Other
417 stars 161 forks source link

what different between storm and storm-yarn? #61

Open justlooks opened 10 years ago

justlooks commented 10 years ago

i use CDH4 yarn framework, i want build storm cluster on yarn framework,is storm can? or is storm-yarn can? or both can?

anfeng commented 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.

justlooks commented 10 years ago

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 .

revans2 commented 10 years ago

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 @@

hortonworks
         <url>http://repo.hortonworks.com/content/repositories/releases/</url>
     </repository-->

—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.