项目作者: yanagishima

项目描述 :
Web UI for Trino, Presto, Hive, Elasticsearch, SparkSQL
高级语言: Java
项目地址: git://github.com/yanagishima/yanagishima.git
创建时间: 2015-02-02T09:31:23Z
项目社区:https://github.com/yanagishima/yanagishima

开源协议:Apache License 2.0

下载



Yanagishima Logo


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


Visit the official web site for more information.




CI


YouTube Video

Build requirements

  • Java 11
  • Node.js

Quick Start

  1. git clone https://github.com/yanagishima/yanagishima.git
  2. cd yanagishima
  3. git checkout -b [version] refs/tags/[version]
  4. ./gradlew distZip
  5. cd build/distributions
  6. unzip yanagishima-[version].zip
  7. cd yanagishima-[version]
  8. vim config/application.yml
  9. nohup bin/yanagishima-start.sh >y.log 2>&1 &

see http://localhost:8080/

Stop

  1. bin/yanagishima-shutdown.sh