# yanagishima **Repository Path**: amazingpoolever/yanagishima ## Basic Information - **Project Name**: yanagishima - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-02 - **Last Updated**: 2021-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Yanagishima is an open-source Web application for Presto, Hive, Elasticsearch and Spark.
Visit the official web site for more information.
# 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 distZip cd build/distributions unzip yanagishima-[version].zip cd yanagishima-[version] vim config/application.yml nohup bin/yanagishima-start.sh >y.log 2>&1 & ``` see http://localhost:8080/ # Stop ``` bin/yanagishima-shutdown.sh ```