/yanagishima

Web UI for Presto, Hive, Elasticsearch, SparkSQL

Primary LanguageJavaApache License 2.0Apache-2.0

Visit the official web site for more information.

yanagishima Build Status

yanagishima is an open-source Web application for Presto, Hive, Elasticsearch and Spark.

IMAGE ALT TEXT HERE

Requirements to build yanagishima

  • Java 11
  • Node.js

Quick Start

git clone https://github.com/yanagishima/yanagishima.git
cd yanagishima
git checkout -b [version] refs/tags/[version]
./gradlew distZip
cd build/distributions
unzip yanagishima-[version].zip
cd yanagishima-[version]
vim conf/yanagishima.properties
nohup bin/yanagishima-start.sh >y.log 2>&1 &

see http://localhost:8080/

Stop

bin/yanagishima-shutdown.sh