aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-08-21 19:45:57 -0700
committerBryan Newbold <bnewbold@archive.org>2018-08-21 19:45:57 -0700
commit43d63cae636061af2351faa0104d6b5e1cae0de4 (patch)
treeecf6678175a2db7af5af555aab58965e9a4a4e00
parenta8b1a8e414cc14347507358adcb8fe63235453a1 (diff)
downloadSpyGlass-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.md2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4e8d851..46e8769 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/pom.xml b/pom.xml
index a79ac7e..891181b 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.11_0.17.2_cdh5.3.1</version>
+ <version>2.11_0.17.2_cdh5.3.1-p1</version>
<packaging>jar</packaging>
<properties>