Skip to content

sunnywalden/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
  • Python 2

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

Deploy in docker


git clone [code-url] --depth 1

docker-compose up -d

About

Web UI for Presto, Hive, Elasticsearch, SparkSQL

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 42.4%
  • CSS 23.6%
  • Vue 19.5%
  • JavaScript 14.0%
  • Shell 0.2%
  • Dockerfile 0.2%
  • HTML 0.1%