diff options
author | Antonios <antwnis@gmail.com> | 2015-09-11 01:36:11 +0100 |
---|---|---|
committer | Antonios <antwnis@gmail.com> | 2015-09-11 01:36:11 +0100 |
commit | 21e3f4d74f828378ae735f0533332ef481769af5 (patch) | |
tree | 10eab6cae322a28237af307bf9851b56c8bae3e7 /README.md | |
parent | bd2633a25de792b54755dfe01b25beeea3d40e18 (diff) | |
download | SpyGlass-21e3f4d74f828378ae735f0533332ef481769af5.tar.gz SpyGlass-21e3f4d74f828378ae735f0533332ef481769af5.zip |
Shiping new version for CDH 5.3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 4 insertions, 28 deletions
@@ -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 |