Yanagishima is an open-source Web application for Presto, Hive, Elasticsearch and Spark.
Visit the official web site for more information.
- Java 11
- Node.js
git clone https://github.com/yanagishima/yanagishima.git
cd yanagishima
git checkout -b [version] refs/tags/[version]
./gradlew build -x test
cd build/distributions
unzip yanagishima.zip
cd yanagishima
vim config/application.yml
nohup bin/yanagishima-start.sh >y.log 2>&1 &
bin/yanagishima-shutdown.sh