From 469a0399dd8118642b6b8058a0676daa2f352661 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 23 May 2018 12:25:33 -0700 Subject: add IA notes to README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 5bcc23b..46420a6 100644 --- a/README.md +++ b/README.md @@ -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 ======== -- cgit v1.2.3