aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Weyant <mweyant@enernoc.com>2015-01-26 11:12:20 -0500
committerMatt Weyant <mweyant@enernoc.com>2015-01-26 11:12:20 -0500
commita641bfc360880c4ff6efd45d0671d11ed4a42582 (patch)
tree0b1f06ac97bac56d3ab96fa734674a78d9b53bd7
parentce1b8d86b78c62abdefdf0297a48c9591d6c39a4 (diff)
downloadSpyGlass-a641bfc360880c4ff6efd45d0671d11ed4a42582.tar.gz
SpyGlass-a641bfc360880c4ff6efd45d0671d11ed4a42582.zip
Update to CDH 5.3.0
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index d5ec31f..861a61d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<name>Cascading and Scalding wrapper for HBase with advanced features</name>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>2.10_0.12.0_4.7</version>
+ <version>2.10_0.12.0_5.3.0</version>
<packaging>jar</packaging>
<properties>
@@ -29,11 +29,11 @@
<maven-scala-plugin.version>2.15.2</maven-scala-plugin.version>
<maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version>
- <cdh.version>cdh4.7.0</cdh.version>
+ <cdh.version>cdh5.3.0</cdh.version>
- <hadoop.version>2.0.0-${cdh.version}</hadoop.version>
- <hadoop.core.version>2.0.0-mr1-${cdh.version}</hadoop.core.version>
- <hbase.version>0.94.15-${cdh.version}</hbase.version>
+ <hadoop.version>2.5.0-${cdh.version}</hadoop.version>
+ <hadoop.core.version>2.5.0-mr1-${cdh.version}</hadoop.core.version>
+ <hbase.version>0.98.6-${cdh.version}</hbase.version>
<!-- Scala/Scalding/Cascading properties -->
<!-- can be 2.9.3 and 2.10.2 -->