diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-08-21 19:45:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-08-21 19:45:57 -0700 |
commit | 43d63cae636061af2351faa0104d6b5e1cae0de4 (patch) | |
tree | ecf6678175a2db7af5af555aab58965e9a4a4e00 | |
parent | a8b1a8e414cc14347507358adcb8fe63235453a1 (diff) | |
download | SpyGlass-bnewbold-scala2.11.tar.gz SpyGlass-bnewbold-scala2.11.zip |
bump patch level of build with HBase cache value setbnewbold-scala2.11
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ This is a fork of [ParallelAI/SpyGlass](https://github.com/ParallelAI/SpyGlass) with updated dependencies and compatability, for use at the Internet Archive. -- new SpyGlass version string: `2.11_0.17.2_cdh5.3.1` +- new SpyGlass version string: `2.11_0.17.2_cdh5.3.1-p1` - Java 7 compilation level - Scala 2.11.8 - Hadoop 2.5.0-cdh5.3.1 @@ -11,7 +11,7 @@ <name>Cascading and Scalding wrapper for HBase with advanced features</name> <groupId>parallelai</groupId> <artifactId>parallelai.spyglass</artifactId> - <version>2.11_0.17.2_cdh5.3.1</version> + <version>2.11_0.17.2_cdh5.3.1-p1</version> <packaging>jar</packaging> <properties> |