Skip to content

Web UI for Presto, Hive, Elasticsearch, SparkSQL

License

Notifications You must be signed in to change notification settings

cyofeiyue/yanagishima

 
 

Repository files navigation

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

About

Web UI for Presto, Hive, Elasticsearch, SparkSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 54.9%
  • Vue 24.8%
  • JavaScript 18.1%
  • CSS 1.8%
  • Other 0.4%