trino-getting-started
No description available.
File Explorer
Download Latest Version (.zip)- metastore-site.xml
- seaweed-core-site.xml
- .gitignore
- compose.yml
- metastore-site.xml
- hive.properties
- iceberg.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- docker-compose.yml
- README.md
- youtube.png
- sample_trino_data_loader.py
- bucket.png
- login.png
- tiny.png
- core-site.xml
- metastore-site.xml
- minio.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- neo4j.conf
- docker-compose.yml
- README.md
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- assign-tenant.gif
- create-datasource.gif
- create-project.gif
- create-task.gif
- create-tenant.gif
- create-workflow.gif
- login.gif
- run-sql-task-view-log.gif
- run-workflow.gif
- set-dep.gif
- use-datasource.gif
- view-log.gif
- .env
- docker-compose.yml
- README.md
- druid.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- .gitignore
- docker-compose.yml
- environment
- README.md
- elasticsearch.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- docker-compose.yml
- README.md
- core-site.xml
- hdfs-site.xml
- hdfs.properties
- iceberg.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- docker-compose.yml
- bucket.png
- login.png
- metastore.png
- minio.png
- runtime.png
- storage.png
- tiny.png
- core-site.xml
- metastore-site.xml
- spark-defaults.conf
- hive.properties
- hudi.properties
- minio.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- docker-compose.yml
- hudiTestSync.scala
- kafka-tpch
- kafka.properties
- tpcds.properties
- tpch.properties
- tpch.customer.json
- config.properties
- jvm.config
- log.properties
- node.properties
- .gitignore
- docker-compose.yml
- README.md
- metastore-site.xml
- iceberg.properties
- minio.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- docker-compose.yml
- README.md
- mongo.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- .gitignore
- docker-compose.yml
- README.md
- mysql.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- .gitignore
- docker-compose.yml
- README.md
- pinot.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- .gitignore
- docker-compose.yml
- README.md
- .gitkeep
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- Trino Example_2GXWZ2566.zpln
- interpreter.json
- log4j.properties
- notebook-authorization.json
- zeppelin-site.xml
- docker-compose.yml
- download_driver.sh
- README.md
- trino-in-zeppelin.png
- metastore-site.xml
- delta.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- docker-compose.yml
- README.md
- hive.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- bucket.png
- login.png
- metastore.png
- minio.png
- runtime.png
- storage.png
- tiny.png
- core-site.xml
- metastore-site.xml
- minio.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- docker-compose.yml
- README.md
- compose.yml
- README.md
- IcebergMain.java
- core-site.xml
- metastore-site.xml
- IcebergMainTest.java
- core-site.xml
- metastore-site.xml
- pom.properties
- createdFiles.lst
- inputFiles.lst
- createdFiles.lst
- inputFiles.lst
- dev.bitsondata.IcebergMainTest.txt
- TEST-dev.bitsondata.IcebergMainTest.xml
- pom.xml
- metastore-site.xml
- hive.properties
- iceberg.properties
- tpcds.properties
- tpch.properties
- config.properties
- jvm.config
- log.properties
- node.properties
- docker-compose.yml
- README.md
- spool-lifecycle-rules.json
- tardigrade-logo.png
- values-template.yaml
- youtube-trino.png
- .gitignore
- compose.yml
- .gitignore
- compose.yml
- s3init.json
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/bitsondatadev/trino-getting-started
Downloads the entire project code from GitHub to your computer.
cd trino-getting-started
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
docker compose -f catalog/hive/compose.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Maven (Java)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd iceberg/iceberg-java
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
