Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yanagishima/yanagishima
- Owner: yanagishima
- License: apache-2.0
- Created: 2015-02-02T09:31:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T08:55:19.000Z (over 1 year ago)
- Last Synced: 2024-08-01T18:29:40.128Z (6 months ago)
- Topics: elasticsearch, hive, spark, trino
- Language: Java
- Homepage:
- Size: 44.9 MB
- Stars: 627
- Watchers: 29
- Forks: 199
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yanagishima is an open-source Web application for Trino, Hive 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
```