diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-05-23 12:25:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-05-23 12:25:33 -0700 |
commit | 469a0399dd8118642b6b8058a0676daa2f352661 (patch) | |
tree | f22eeaddfefe4d6527b13f81ec67da05b40ab13a | |
parent | 7c09f105ef46d4f3af5480e2315c4c8ca01c3d49 (diff) | |
download | SpyGlass-469a0399dd8118642b6b8058a0676daa2f352661.tar.gz SpyGlass-469a0399dd8118642b6b8058a0676daa2f352661.zip |
add IA notes to README
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ + +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` +- Java 7 compilation level +- Scala 2.11.8 +- Hadoop 2.5.0-cdh5.3.1 +- HBase 0.98.6-cdh5.3.1 +- Scalding 0.17.2 + +To build a .jar locally and include it in your host-local sbt "preload" +repository: + + mvn clean install -U + mkdir -p ~/.sbt/preloaded/parallelai/ + cp -r ~/.m2/repository/parallelai/parallelai.spyglass ~/.sbt/preloaded/parallelai + +This has been tested with OpenJDK 1.8 on linux and macOS machines. + +-------- + SpyGlass ======== |