Erick Tryzelaar 1fcc41e3fd [livy] Rename batch dead state to success 10 years ago
..
bin a23f977a93 [livy] Clean up some unnecessary comments 10 years ago
conf 550b2c2b44 [livy] Allow the livy assembly to be found on yarn 10 years ago
livy-assembly 962948c639 [livy] Move the relocations into the assembly to fix tests 10 years ago
livy-core 14bbb7fdef [livy] Add Apache-2 license header 10 years ago
livy-repl 14bbb7fdef [livy] Add Apache-2 license header 10 years ago
livy-server 1fcc41e3fd [livy] Rename batch dead state to success 10 years ago
livy-yarn ba33ba826d [livy] Refactor yarn code to support batch yarn-cluster jobs 10 years ago
README.rst a059b9e403 [livy] Add a simple readme 10 years ago
dist.xml 224f7b1c54 [livy] livy-repl doesn't need an assembly 10 years ago
pom.xml 962948c639 [livy] Move the relocations into the assembly to fix tests 10 years ago

README.rst

Welcome to Livy, the REST Spark Server
======================================

Livy is an open source REST interface for interacting with a remote Spark Shell
running locally or from inside YARN.


Prerequisites
=============

To build Livy, you will need:

Debian/Ubuntu:
* mvn (from ``maven`` package or maven3 tarball)
* openjdk-7-jdk (or Oracle Java7 jdk)

Redhat/CentOS:
* mvn (from ``maven`` package or maven3 tarball)
* java-1.7.0-openjdk (or Oracle Java7 jdk)



Building Livy
=============

Livy is normally built by the `Hue Build System`_, it can also be built on it's
own (aka without any other Hue dependency) with `Apache Maven`_. To build, run:

$ cd $HUE_HOME/apps/spark/java
$ mvn -DskipTests clean package

.. _Hue Build System: https://github.com/cloudera/hue/#getting-started
.. _Apache Maven: http://maven.apache.org


Running Tests
=============

In order to run the Livy Tests, first follow the instructions in `Building
Livy`_. Then run:

$ cd $HUE_HOME/apps/spark/java
$ mvn test


Community
=========
* User group: http://groups.google.com/a/cloudera.org/group/hue-user
* Jira: https://issues.cloudera.org/browse/HUE
* Reviews: https://review.cloudera.org/dashboard/?view=to-group&group=hue (repo 'hue-rw')


License
=======
Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0