Browse Source

HUE-5859 [notebook] dbproxy_extra_classpath property in hue.ini does not seem respected

Andy Braslavskiy 8 years ago
parent
commit
47e5760
2 changed files with 20 additions and 20 deletions
  1. 10 10
      desktop/conf.dist/hue.ini
  2. 10 10
      desktop/conf/pseudo-distributed.ini.tmpl

+ 10 - 10
desktop/conf.dist/hue.ini

@@ -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

+ 10 - 10
desktop/conf/pseudo-distributed.ini.tmpl

@@ -668,6 +668,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.
@@ -772,16 +782,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