Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 697 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 697 Bytes

Overview

Livy interpreter for Apache Zeppelin

Prerequisities

You can follow the instructions at Livy Get Started to set up livy.

Run Integration Tests

You can add integration test to LivyInterpreter.java and run the integration test either via the CI environment or locally. You need to download livy-0.8 and spark-2.4.8 to local, then use the following script to run the integration test.

export LIVY_HOME=<path_of_livy_0.8.0>
export SPARK_HOME=<path_of_spark-2.4.8>
./mvnw clean verify -pl livy -DfailIfNoTests=false