aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJohn Blakeney <blakeney@alum.mit.edu>2015-09-01 22:00:58 -0400
committerJohn Blakeney <blakeney@alum.mit.edu>2015-09-01 22:00:58 -0400
commit57a2c00ccf7ea2960456cb6d0a49022a722a1158 (patch)
tree3500af62c35cf463495b99ba360d216bcda60f48 /pom.xml
parentce28ed3cd24e3d81154c81a0b3badb3c6278e516 (diff)
downloadSpyGlass-57a2c00ccf7ea2960456cb6d0a49022a722a1158.tar.gz
SpyGlass-57a2c00ccf7ea2960456cb6d0a49022a722a1158.zip
Fix various CDH5 integration problems.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 861a61d..90261ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,8 @@
<hadoop.core.version>2.5.0-mr1-${cdh.version}</hadoop.core.version>
<hbase.version>0.98.6-${cdh.version}</hbase.version>
+ <joda-time.version>2.8.2</joda-time.version>
+
<!-- Scala/Scalding/Cascading properties -->
<!-- can be 2.9.3 and 2.10.2 -->
<scala.version>2.10.3</scala.version>
@@ -153,7 +155,12 @@
<!-- HBase -->
<dependency>
<groupId>org.apache.hbase</groupId>
- <artifactId>hbase</artifactId>
+ <artifactId>hbase-client</artifactId>
+ <version>${hbase.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-server</artifactId>
<version>${hbase.version}</version>
</dependency>
@@ -170,6 +177,12 @@
</dependency>
<dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>${joda-time.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-core</artifactId>
<version>4.1</version>