From 32d16259ef14f43883473dade11e086aedb15336 Mon Sep 17 00:00:00 2001 From: Stanislav Los Date: Thu, 7 Jan 2016 10:09:20 -0500 Subject: [PATCH] Maven profile for the CDH compatible build (replacing generic Hadoop jars with Cloudera built jars) --- pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1d552f3..27ed0082 100644 --- a/pom.xml +++ b/pom.xml @@ -103,10 +103,40 @@ under the License. jackson-jaxrs 1.8.5 + + org.apache.hadoop + hadoop-annotations + ${hadoop.version} + + + org.apache.hadoop + hadoop-auth + ${hadoop.version} + + + org.apache.hadoop + hadoop-common + ${hadoop.version} + org.apache.hadoop hadoop-hdfs - 2.6.1 + ${hadoop.version} + + + org.apache.hadoop + hadoop-yarn-api + ${hadoop.version} + + + org.apache.hadoop + hadoop-yarn-client + ${hadoop.version} + + + org.apache.hadoop + hadoop-yarn-common + ${hadoop.version} @@ -114,6 +144,7 @@ under the License. UTF-8 0.10.0-SNAPSHOT + 2.6.1 @@ -157,6 +188,11 @@ under the License. Scala-tools Maven2 Repository https://oss.sonatype.org/content/groups/scala-tools + + cloudera-repos + Cloudera Repos + https://repository.cloudera.com/artifactory/cloudera-repos/ + @@ -238,4 +274,20 @@ under the License. + + + + + cdh5.4.0 + + + env + cdh5.4.0 + + + + 2.6.0-cdh5.4.0 + + +