Эх сурвалжийг харах

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

Romain Rigaux 10 жил өмнө
parent
commit
9a418f9

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

@@ -581,6 +581,7 @@
     #   name=MySql JDBC
     #   interface=jdbc
     #   ## 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.
     #   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
     #   interface=jdbc
     #   ## 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.
     #   options='{"url": "jdbc:mysql://localhost:3306/hue", "driver": "com.mysql.jdbc.Driver", "user": "root", "password": "root"}'