|
@@ -58,12 +58,13 @@
|
|
|
# Define the name and how to connect and execute the language.
|
|
# Define the name and how to connect and execute the language.
|
|
|
# http://cloudera.github.io/hue/latest/administrator/configuration/editor/
|
|
# http://cloudera.github.io/hue/latest/administrator/configuration/editor/
|
|
|
|
|
|
|
|
- [[[mysql]]]
|
|
|
|
|
- name = MySQL
|
|
|
|
|
- interface=sqlalchemy
|
|
|
|
|
- ## https://docs.sqlalchemy.org/en/latest/dialects/mysql.html
|
|
|
|
|
- options='{"url": "mysql://root:secret@database:3306/hue"}'
|
|
|
|
|
- ## options='{"url": "mysql://${USER}:${PASSWORD}@localhost:3306/hue"}'
|
|
|
|
|
|
|
+ # Example for Docker compose
|
|
|
|
|
+ # [[[mysql]]]
|
|
|
|
|
+ # name = MySQL
|
|
|
|
|
+ # interface=sqlalchemy
|
|
|
|
|
+ # ## https://docs.sqlalchemy.org/en/latest/dialects/mysql.html
|
|
|
|
|
+ # options='{"url": "mysql://root:secret@database:3306/hue"}'
|
|
|
|
|
+ # ## options='{"url": "mysql://${USER}:${PASSWORD}@localhost:3306/hue"}'
|
|
|
|
|
|
|
|
# [[[hive]]]
|
|
# [[[hive]]]
|
|
|
# name=Hive
|
|
# name=Hive
|
|
@@ -120,8 +121,8 @@
|
|
|
# [[[solr]]]
|
|
# [[[solr]]]
|
|
|
# name = Solr SQL
|
|
# name = Solr SQL
|
|
|
# interface=solr
|
|
# interface=solr
|
|
|
- ## Name of the collection handler
|
|
|
|
|
- # options='{"collection": "default"}'
|
|
|
|
|
|
|
+ # ## Name of the collection handler
|
|
|
|
|
+ # # options='{"collection": "default"}'
|
|
|
|
|
|
|
|
# [[[pig]]]
|
|
# [[[pig]]]
|
|
|
# name=Pig
|
|
# name=Pig
|
|
@@ -151,15 +152,6 @@
|
|
|
# name=Shell
|
|
# name=Shell
|
|
|
# interface=oozie
|
|
# interface=oozie
|
|
|
|
|
|
|
|
- # [[[mysql]]]
|
|
|
|
|
- # 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.
|
|
|
|
|
- # ## Option 'impersonation_property' used to configure outbound impersonation, e.g. "impersonation_property": "hive.server2.proxy.user".
|
|
|
|
|
- # options='{"url": "jdbc:mysql://localhost:3306/hue", "driver": "com.mysql.jdbc.Driver", "user": "root", "password": "root", "impersonation_property": ""}'
|
|
|
|
|
-
|
|
|
|
|
# [[[presto]]]
|
|
# [[[presto]]]
|
|
|
# name=Presto SQL
|
|
# name=Presto SQL
|
|
|
# interface=presto
|
|
# interface=presto
|