Apache Livy
https://livy.incubator.apache.org/download/
# yum -y install unzip
# wget http://ftp.tsukuba.wide.ad.jp/software/apache/incubator/livy/0.5.0-incubating/livy-0.5.0-incubating-bin.zip
# unzip livy-0.5.0-incubating-bin.zip
# ln -s livy-0.5.0-incubating-bin livy
# rm -rf livy-0.5.0-incubating-bin.zip
環境変数の登録
# echo 'export PATH="$PATH:/usr/local/lib/livy/bin"' >> /etc/profile.d/livy-env.sh
# echo 'export LIVY_SERVER_JAVA_OPTS="-Xmx2g"' >> /etc/profile.d/livy-env.sh
# source /etc/profile
# livy-server start