Makoto Yui created HIVEMALL-86:
----------------------------------
Summary: Change Hadoop version dependencies to v2.4.0
Key: HIVEMALL-86
URL: https://issues.apache.org/jira/browse/HIVEMALL-86
Project: Hivemall
Issue Type: Improvement
Reporter: Makoto Yui
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:
{code}
$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>
{code}
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
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)