Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanagishima/yanagishima

Web UI for Trino, Hive and SparkSQL
https://github.com/yanagishima/yanagishima

elasticsearch hive spark trino

Last synced: 3 months ago
JSON representation

Web UI for Trino, Hive and SparkSQL

Awesome Lists containing this project

README

        


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
```
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
```