Skip to content

Instantly share code, notes, and snippets.

@developer-sdk
Created February 25, 2023 06:25
Show Gist options
  • Select an option

  • Save developer-sdk/3a3be45052f0f28e2bb17785b449cfac to your computer and use it in GitHub Desktop.

Select an option

Save developer-sdk/3a3be45052f0f28e2bb17785b449cfac to your computer and use it in GitHub Desktop.
trino 커넥터 설정
connector.name=hive
hive.metastore.uri=thrift://10.0.0.2:9083
hive.config.resources=/etc/hadoop/conf/core-site.xml,/etc/hadoop/conf/hdfs-site.xml
connector.name=mysql
connection-url=jdbc:mysql://localhost:3306
connection-user=user
connection-password=password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment