Skip to content

Commit

Permalink
Do not use hive.default as default catalog in product tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jul 4, 2023
1 parent dd4bcb0 commit 47409f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ databases:
http_port: 8080
https_port: ${databases.presto.port}
server_address: https://${databases.presto.host}:${databases.presto.port}
jdbc_url: "jdbc:trino://${databases.presto.host}:${databases.presto.port}/hive/${databases.hive.schema}?\
jdbc_url: "jdbc:trino://${databases.presto.host}:${databases.presto.port}?\
SSL=true&\
SSLTrustStorePath=${databases.presto.https_keystore_path}&\
SSLTrustStorePassword=${databases.presto.https_keystore_password}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ databases:
port: 8080
server_address: http://${databases.presto.host}:${databases.presto.port}
jdbc_driver_class: io.trino.jdbc.TrinoDriver
jdbc_url: jdbc:trino://${databases.presto.host}:${databases.presto.port}/hive/${databases.hive.schema}
jdbc_url: jdbc:trino://${databases.presto.host}:${databases.presto.port}
jdbc_user: hive
jdbc_password: "***empty***"
jdbc_pooling: false
Expand Down

0 comments on commit 47409f3

Please sign in to comment.