-
Notifications
You must be signed in to change notification settings - Fork 808
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
Update hadoop to 2.7.2 #262
Conversation
It's weird that hadoop-client and hadoop-hdfs do not agree on netty version. This should be fixable. |
Root issue reported to Hadoop project: apache/hadoop#84 so in the future we can upgrade easily |
Why the two versions? hdfs netty went in later, MR netty hasn't (yet) updated, then there's the fear of breaking things downstream. Hadoop 2.8 splits hdfs client libs out into their own JAR; there's no dependency on netty 4 in hadoop-hdfs-client at all. |
@okram i think you have to lead the review on this hadoop stuff. |
VOTE +1. I merged locally (had to tweak a few other things -- docs and Manifest stuff, but works). This appears okay for |
VOTE +1 |
VOTE: +1 |
Note that I also verified that this still works with Hadoop 2.7.1 by building the docs with Hadoop 2.7.1 running. |
Note that I also just merged master/ and all is good in the (proverbial) hood. |
No description provided.