-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Issue #56) Support Apache Hadoop 2.2.0 #57
base: master
Are you sure you want to change the base?
Conversation
<repository> | ||
<id>apache.snapshots</id> | ||
<url>http://repository.apache.org/content/repositories/snapshots/</url> | ||
</repository> | ||
<!-- comment-out if you don't use HortonWorks Hadoop 2.2.0.2.0.6.0-76 --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could put these in a profile, so that instead of using comments they use a -P or a -D to trigger the profile
should -D ... the default hadoop.version is 2.1.0-beta |
the sample test seems work with |
Hi, the UI worked fine for my on HDP2.0 (and in multiple clusters). Ensure Andrew |
i set the storm home at the master(.151) of apache hadoop2.2.0 ,
is it needed to install the zookeeper at hadoop master and slave nodes? |
with the zookeeper installed , solved it . |
Yes, this is typically an error when ui cannot communicate with zookeeper Andrew
|
Upgrade Storm-YARN to support Apache Hadoop 2.2.0 (instead of 2.1.0-beta)