|
@@ -666,6 +666,16 @@
|
|
|
## Flag to enable the creation of a coordinator for the current SQL query.
|
|
## Flag to enable the creation of a coordinator for the current SQL query.
|
|
|
# enable_query_scheduling=false
|
|
# enable_query_scheduling=false
|
|
|
|
|
|
|
|
|
|
+ ## Main flag to override the automatic starting of the DBProxy server.
|
|
|
|
|
+ # enable_dbproxy_server=true
|
|
|
|
|
+
|
|
|
|
|
+ ## Classpath to be appended to the default DBProxy server classpath.
|
|
|
|
|
+ # dbproxy_extra_classpath=
|
|
|
|
|
+
|
|
|
|
|
+ ## Comma separated list of interpreters that should be shown on the wheel. This list takes precedence over the
|
|
|
|
|
+ ## order in which the interpreter entries appear. Only the first 5 interpreters will appear on the wheel.
|
|
|
|
|
+ # interpreters_shown_on_wheel=
|
|
|
|
|
+
|
|
|
# One entry for each type of snippet.
|
|
# One entry for each type of snippet.
|
|
|
[[interpreters]]
|
|
[[interpreters]]
|
|
|
# Define the name and how to connect and execute the language.
|
|
# Define the name and how to connect and execute the language.
|
|
@@ -770,16 +780,6 @@
|
|
|
# ## If 'user' and 'password' are omitted, they will be prompted in the UI.
|
|
# ## If 'user' and 'password' are omitted, they will be prompted in the UI.
|
|
|
# options='{"url": "jdbc:mysql://localhost:3306/hue", "driver": "com.mysql.jdbc.Driver", "user": "root", "password": "root"}'
|
|
# options='{"url": "jdbc:mysql://localhost:3306/hue", "driver": "com.mysql.jdbc.Driver", "user": "root", "password": "root"}'
|
|
|
|
|
|
|
|
- ## Main flag to override the automatic starting of the DBProxy server.
|
|
|
|
|
- # enable_dbproxy_server=true
|
|
|
|
|
-
|
|
|
|
|
- ## Classpath to be appended to the default DBProxy server classpath.
|
|
|
|
|
- # dbproxy_extra_classpath=
|
|
|
|
|
-
|
|
|
|
|
- ## Comma separated list of interpreters that should be shown on the wheel. This list takes precedence over the
|
|
|
|
|
- ## order in which the interpreter entries appear. Only the first 5 interpreters will appear on the wheel.
|
|
|
|
|
- # interpreters_shown_on_wheel=
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
###########################################################################
|
|
###########################################################################
|
|
|
# Settings to configure your Analytics Dashboards
|
|
# Settings to configure your Analytics Dashboards
|