Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 962 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 962 Bytes

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