yahoo / storm-yarn

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

ensure appmaster has 'yarn classpath' in its classpath #35

Closed anfeng closed 11 years ago

anfeng commented 11 years ago

Currently, Storm YARN master was launched with a set of carefully selected JAR files. Instead, we will now simply use all JAR files as specified by "yarn classpath", as we are doing in storm-yarn CLI.

CLI storm-yarn is reworked to fail fast if the environment has not installed Storm or Yarn yet. We will use java command per JAVA_HOME environment (if available).

anfeng commented 11 years ago

Bobby, please take a look.

revans2 commented 11 years ago

Looks good to me. +1