Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prerequisities version is 5.x.x

 

Livy

Griffin submit jobs to spark by Livy( http://livy.io/quickstart.html )

Code Block
languagetext
#livy has one bug (https://issues.cloudera.org/browse/LIVY-94), so we need to make these three jars in context
datanucleus-api-jdo-3.2.6.jar
datanucleus-core-3.2.10.jar
datanucleus-rdbms-3.2.9.jar

 

Setup Dev Env

git clone

Code Block
languagebash
git clone https://github.com/apache/incubator-griffin.git

...