Created
February 25, 2023 06:25
-
-
Save developer-sdk/3a3be45052f0f28e2bb17785b449cfac to your computer and use it in GitHub Desktop.
trino 커넥터 설정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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