diff options
author | Antonios Chalkiopoulos <Antwnis@gmail.com> | 2014-04-16 15:57:53 +0100 |
---|---|---|
committer | Antonios Chalkiopoulos <Antwnis@gmail.com> | 2014-04-16 15:57:53 +0100 |
commit | f82d9b9d52c45f80e7001d1ddbbf521b13d7a1e4 (patch) | |
tree | bf0e168bb50b70fa41d2877102ebdbe01953ce1f | |
parent | cd9d3628473dd69b9daea082aab303fe83a8b02a (diff) | |
download | SpyGlass-f82d9b9d52c45f80e7001d1ddbbf521b13d7a1e4.tar.gz SpyGlass-f82d9b9d52c45f80e7001d1ddbbf521b13d7a1e4.zip |
Update to conjars & added Scalding 0.9.1 support
-rw-r--r-- | README.md | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -7,6 +7,7 @@ Prevent Hot Spotting by the use of transparent key prefixes. Changes ======= +- Compatible with Scalding 0.9.1 since version 4.2rc2 - Added JDBC Tap Functionality - Added Delete Functionality - Added Region grouping of splits @@ -23,10 +24,10 @@ Building To use SpyGlass as a dependency use the following repository <repositories> - <repository> - <id>parallelai-releases</id> - <url>https://github.com/ParallelAI/SpyGlass/raw/master/releases</url> - </repository> + <repository> + <id>conjars.org</id> + <url>http://conjars.org/repo</url> + </repository> </repositories> <dependencies> @@ -47,6 +48,16 @@ To use SpyGlass as a dependency use the following repository </dependency> </dependencies> + or ( for Scalding version 0.9.1 ) + + <dependencies> + <dependency> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.10.2_4.2rc2</version> + </dependency> + </dependencies> + @@ -358,4 +369,4 @@ e.g. .project('testData) .write(TextLine("saltTesting/ScanRangeNoSalt01")) .groupAll(group => group.toList[List[List[String]]]('testData -> 'testData)) -
\ No newline at end of file + |