瀏覽代碼

[notebook] Add note about adding jdbc connector jars on the CLASSPATH

Romain Rigaux 10 年之前
父節點
當前提交
9a418f9
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      desktop/conf.dist/hue.ini
  2. 1 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 0
desktop/conf.dist/hue.ini

@@ -581,6 +581,7 @@
     #   name=MySql JDBC
     #   name=MySql JDBC
     #   interface=jdbc
     #   interface=jdbc
     #   ## Specific options for connecting to the server.
     #   ## Specific options for connecting to the server.
+    #   ## The JDBC connectors, e.g. mysql.jar, need to be in the CLASSPATH environment variable.
     #   ## 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"}'
 
 

+ 1 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -589,6 +589,7 @@
     #   name=MySql JDBC
     #   name=MySql JDBC
     #   interface=jdbc
     #   interface=jdbc
     #   ## Specific options for connecting to the server.
     #   ## Specific options for connecting to the server.
+    #   ## The JDBC connectors, e.g. mysql.jar, need to be in the CLASSPATH environment variable.
     #   ## 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"}'