From 3b8c6cc319786a0533acd09dc1df86db0e79c3b6 Mon Sep 17 00:00:00 2001 From: Maheshkumar Thangavel Date: Tue, 30 Dec 2014 10:16:17 +0000 Subject: #20 Upgraded CDH from 5.1.0 to 5.2.1 and HBase from 0.98.1 to 0.98.6. Removed dependencies hbase-common, hbase-client and hbase-protocol as they are transitive dependencies of hbase-server already (also to keep the version consistent with server). Removed dependency hadoop-core and hadoop-common and added hadoop-client instead. Added dependency for jsch. Update maven compiler version to 1.7. Removed comments and commented out lines. --- pom.xml | 125 ++++++++-------------------------------------------------------- 1 file changed, 14 insertions(+), 111 deletions(-) diff --git a/pom.xml b/pom.xml index 747c272..488e55a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,58 +2,38 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - Parallel AI http://www.parallelai.com - Cascading and Scalding wrapper for HBase with advanced features parallelai parallelai.spyglass - 2.10_0.10_CDH5_4.4 + 2.10_0.10_CDH5.2.1 jar - UTF-8 UTF-8 UTF-8 - - - 1.6 - 1.6 - - + 1.7 + 1.7 3.0 2.15.2 2.12.3 - - cdh5.1.0 - - 2.3.0-${cdh.version} - 2.3.0-mr1-${cdh.version} - 0.98.1-${cdh.version} - - - + cdh5.2.1 + 2.5.0-${cdh.version} + 0.98.6-${cdh.version} 2.10.3 - 2.10 0.10.0 2.2.0 - - 2.1.1 1.0.0 - - 4.10 1.7.2 - - scala-tools.org @@ -72,113 +52,42 @@ - - - org.scala-lang scala-library ${scala.version} - - com.twitter scalding-core_${scalding.scala.version} ${scalding.version} - - org.apache.hadoop - hadoop-core - ${hadoop.core.version} - - - org.apache.hadoop - hadoop-common + hadoop-client ${hadoop.version} - - org.apache.hbase hbase-server ${hbase.version} - - org.apache.hbase - hbase-common - ${hbase.version} - - - org.apache.hbase - hbase-client - ${hbase.version} - - - org.apache.hbase - hbase-protocol - ${hbase.version} - - org.slf4j slf4j-api ${slf4j.version} - + + com.jcraft + jsch + 0.1.51 + com.typesafe config ${typesafe.config.version} - com.twitter.elephantbird elephant-bird-core @@ -188,9 +97,7 @@ com.twitter.elephantbird elephant-bird-hadoop-compat 4.1 - - - + org.specs2 specs2_${scalding.scala.version} @@ -215,7 +122,6 @@ src/main/java src/test/scala - org.apache.maven.plugins @@ -287,7 +193,6 @@ ./alternateLocation - false false true @@ -298,7 +203,6 @@ - org.eclipse.m2e lifecycle-mapping @@ -371,5 +275,4 @@ - - + \ No newline at end of file -- cgit v1.2.3 From 0514c9a0f2186d1d58440c3027f3642f34e10287 Mon Sep 17 00:00:00 2001 From: Maheshkumar Thangavel Date: Tue, 30 Dec 2014 10:31:36 +0000 Subject: #20 Added spyglass version 4.4 suffix to version tag. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 488e55a..3562bc6 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ Cascading and Scalding wrapper for HBase with advanced features parallelai parallelai.spyglass - 2.10_0.10_CDH5.2.1 + 2.10_0.10_CDH5.2.1_4.4 jar -- cgit v1.2.3