Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Change Hadoop version dependencies to v2.4.0
For historical reasons, Hivemall depends on Hadoop 0.2.0.2-chd3u6 for "provided" scope as follows:
$find . -type f | grep pom.xml | xargs grep cdh ./core/pom.xml: <version>0.20.2-cdh3u6</version> ./mixserv/pom.xml: <version>0.20.2-cdh3u6</version> ./nlp/pom.xml: <version>0.20.2-cdh3u6</version> ./spark/spark-common/pom.xml: <version>0.20.2-cdh3u6</version>
Better to change the version dependencies to Hadoop v2.4.0 (not v2.6.x). Then, dependencies packages change and careful verification is required.
This branch changed the dependencies to v2.4.0
https://github.com/myui/hivemall/tree/dev/yarnkit
Attachments
Issue Links
- blocks
-
HIVEMALL-21 [Umbrella] Release Hivemall v0.5.0
- Closed
- is related to
-
HIVEMALL-85 Upgrade hivemall-xgboost's hadoop version to 2.6.5
- Closed
- links to