|
@@ -1029,6 +1029,12 @@
|
|
|
# # options='{"url": "presto://localhost:8080/hive/default", "has_impersonation": true}'
|
|
# # options='{"url": "presto://localhost:8080/hive/default", "has_impersonation": true}'
|
|
|
# ## Kerberos.
|
|
# ## Kerberos.
|
|
|
# # options='{"url": "presto://localhost:8080/hive/default?KerberosKeytabPath=/path/to/keytab&KerberosPrincipal=principal&KerberosRemoteServiceName=service&protocol=https"'
|
|
# # options='{"url": "presto://localhost:8080/hive/default?KerberosKeytabPath=/path/to/keytab&KerberosPrincipal=principal&KerberosRemoteServiceName=service&protocol=https"'
|
|
|
|
|
+ # ## LDAPS enabled over HTTPS.
|
|
|
|
|
+ # # options='{"url": "presto://username:password@localhost:8443/tpch/default","connect_args":"{\"protocol\": \"https\"}"}'
|
|
|
|
|
+ # ## Presto Session properties along with HTTPS.
|
|
|
|
|
+ # # options='{"url": "presto://username:password@localhost:8443/tpch/default","connect_args":"{\"protocol\": \"https\", \"session_props\": {\"query_max_run_time\": \"1m\"}}"}'
|
|
|
|
|
+ # ## Presto Session properties when HTTPS is not enabled.
|
|
|
|
|
+ # # options='{"url": "presto://username:password@localhost:8080/tpch/default","connect_args":"{\"session_props\": {\"query_max_run_time\": \"1m\"}}"}'
|
|
|
|
|
|
|
|
# [[[clickhouse]]]
|
|
# [[[clickhouse]]]
|
|
|
# name=ClickHouse
|
|
# name=ClickHouse
|