aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonios <antwnis@gmail.com>2015-09-11 01:36:11 +0100
committerAntonios <antwnis@gmail.com>2015-09-11 01:36:11 +0100
commit21e3f4d74f828378ae735f0533332ef481769af5 (patch)
tree10eab6cae322a28237af307bf9851b56c8bae3e7
parentbd2633a25de792b54755dfe01b25beeea3d40e18 (diff)
downloadSpyGlass-21e3f4d74f828378ae735f0533332ef481769af5.tar.gz
SpyGlass-21e3f4d74f828378ae735f0533332ef481769af5.zip
Shiping new version for CDH 5.3
-rw-r--r--README.md32
-rw-r--r--pom.xml4
-rw-r--r--src/main/resources/pom.xml14
3 files changed, 13 insertions, 37 deletions
diff --git a/README.md b/README.md
index f76bd91..04e0751 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Prevent Hot Spotting by the use of transparent key prefixes.
Changes
=======
-- Compatible with Scalding 0.9.1 since version 4.2rc2
+- Compatible with Scalding 0.12.0 and later
- Added JDBC Tap Functionality
- Added Delete Functionality
- Added Region grouping of splits
@@ -32,31 +32,19 @@ To use SpyGlass as a dependency use the following repository
</repositories>
```
-For Scalding 0.10.0 use :
+For Scalding 0.12.0 on CDH 5.3 use :
```xml
<dependencies>
<dependency>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>2.10_0.10_4.3</version>
+ <version>2.10_0.12_0_5.3</version>
</dependency>
</dependencies>
```
-For Scalding 0.9.1 use :
-
-```xml
-<dependencies>
- <dependency>
- <groupId>parallelai</groupId>
- <artifactId>parallelai.spyglass</artifactId>
- <version>2.10_0.9_4.3</version>
- </dependency>
-</dependencies>
-```
-
-or for earlier versions :
+or use any earlier versions :
```xml
<dependencies>
@@ -68,18 +56,6 @@ or for earlier versions :
</dependencies>
```
-and
-
-```xml
-<dependencies>
- <dependency>
- <groupId>parallelai</groupId>
- <artifactId>parallelai.spyglass</artifactId>
- <version>2.10.2_4.1.0</version>
- </dependency>
-</dependencies>
-```
-
1. Read Mode Features
diff --git a/pom.xml b/pom.xml
index d22d4c4..d471ffb 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.1_5.3.0</version>
+ <version>2.10_0.12.0_5.3.0</version>
<packaging>jar</packaging>
<properties>
@@ -44,7 +44,7 @@
<!-- 2.10 for Scala 2.10.2 and 2.9.3 for Scala version 2.9.3 -->
<scalding.scala.version>2.10</scalding.scala.version>
<scalding.version>0.12.0</scalding.version>
- <scalatest.version>1.9.1</scalatest.version>
+ <scalatest.version>2.2.5</scalatest.version>
<!-- 2.1.1 for Scala 2.10.2 and 1.12.4.1 for Scala 2.9.3-->
<specs2.version>2.1.1</specs2.version>
diff --git a/src/main/resources/pom.xml b/src/main/resources/pom.xml
index d0fa51a..ea2bf65 100644
--- a/src/main/resources/pom.xml
+++ b/src/main/resources/pom.xml
@@ -8,7 +8,7 @@
<description>Cascading and Scalding wrapper for HBase with advanced features</description>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>2.10_0.10_4.4</version>
+ <version>2.10_0.12.0_5.3.0</version>
<packaging>jar</packaging>
<organization>
@@ -56,8 +56,8 @@
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
- <id>cloudera-cdh4</id>
- <name>Cloudera CDH4</name>
+ <id>cloudera-cdh</id>
+ <name>Cloudera CDH</name>
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>
</repositories>
@@ -68,26 +68,26 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scalding-core_2.10</artifactId>
- <version>0.10.0</version>
+ <version>0.12.0</version>
</dependency>
<!-- Hadoop -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
- <version>2.0.0-mr1-cdh4.5.0</version>
+ <version>2.5.0-mr1-cdh5.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
- <version>2.0.0-cdh4.5.0</version>
+ <version>2.5.0-cdh5.3.0</version>
</dependency>
<!-- HBase -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
- <version>0.94.6-cdh4.5.0</version>
+ <version>0.98.6-cdh5.3.0</version>
</dependency>
<dependency>