From 21e3f4d74f828378ae735f0533332ef481769af5 Mon Sep 17 00:00:00 2001 From: Antonios Date: Fri, 11 Sep 2015 01:36:11 +0100 Subject: Shiping new version for CDH 5.3 --- README.md | 32 ++++---------------------------- pom.xml | 4 ++-- src/main/resources/pom.xml | 14 +++++++------- 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 ``` -For Scalding 0.10.0 use : +For Scalding 0.12.0 on CDH 5.3 use : ```xml parallelai parallelai.spyglass - 2.10_0.10_4.3 + 2.10_0.12_0_5.3 ``` -For Scalding 0.9.1 use : - -```xml - - - parallelai - parallelai.spyglass - 2.10_0.9_4.3 - - -``` - -or for earlier versions : +or use any earlier versions : ```xml @@ -68,18 +56,6 @@ or for earlier versions : ``` -and - -```xml - - - parallelai - parallelai.spyglass - 2.10.2_4.1.0 - - -``` - 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 @@ Cascading and Scalding wrapper for HBase with advanced features parallelai parallelai.spyglass - 2.10_0.12.1_5.3.0 + 2.10_0.12.0_5.3.0 jar @@ -44,7 +44,7 @@ 2.10 0.12.0 - 1.9.1 + 2.2.5 2.1.1 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 @@ Cascading and Scalding wrapper for HBase with advanced features parallelai parallelai.spyglass - 2.10_0.10_4.4 + 2.10_0.12.0_5.3.0 jar @@ -56,8 +56,8 @@ https://oss.sonatype.org/content/repositories/snapshots/ - cloudera-cdh4 - Cloudera CDH4 + cloudera-cdh + Cloudera CDH https://repository.cloudera.com/artifactory/cloudera-repos/ @@ -68,26 +68,26 @@ com.twitter scalding-core_2.10 - 0.10.0 + 0.12.0 org.apache.hadoop hadoop-core - 2.0.0-mr1-cdh4.5.0 + 2.5.0-mr1-cdh5.3.0 org.apache.hadoop hadoop-common - 2.0.0-cdh4.5.0 + 2.5.0-cdh5.3.0 org.apache.hbase hbase - 0.94.6-cdh4.5.0 + 0.98.6-cdh5.3.0 -- cgit v1.2.3