/yanagishima

Web UI for Trino, Presto, Hive, Elasticsearch, SparkSQL

Primary LanguageJavaApache License 2.0Apache-2.0

Yanagishima Logo

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

Visit the official web site for more information.

CI YouTube Video

Build requirements

  • Java 11
  • Node.js

Quick Start

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 &

see http://localhost:8080/

Stop

bin/yanagishima-shutdown.sh