|
@@ -538,6 +538,18 @@
|
|
|
|
|
|
|
|
[notebook]
|
|
[notebook]
|
|
|
|
|
|
|
|
|
|
+ ## Base URL to Remote GitHub Server
|
|
|
|
|
+ # github_remote_url=https://github.com
|
|
|
|
|
+
|
|
|
|
|
+ ## Base URL to GitHub API
|
|
|
|
|
+ # github_api_url=https://api.github.com
|
|
|
|
|
+
|
|
|
|
|
+ ## Client ID for Authorized GitHub Application
|
|
|
|
|
+ # github_client_id=
|
|
|
|
|
+
|
|
|
|
|
+ ## Client Secret for Authorized GitHub Application
|
|
|
|
|
+ # github_client_secret=
|
|
|
|
|
+
|
|
|
# One entry for each type of snippet. The first 5 will appear in the wheel.
|
|
# One entry for each type of snippet. The first 5 will appear in the wheel.
|
|
|
[[interpreters]]
|
|
[[interpreters]]
|
|
|
# Define the name and how to connect and execute the language.
|
|
# Define the name and how to connect and execute the language.
|
|
@@ -596,22 +608,9 @@
|
|
|
# ## 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.
|
|
## Main flag to override the automatic starting of the DBProxy server.
|
|
|
# enable_dbproxy_server=true
|
|
# enable_dbproxy_server=true
|
|
|
|
|
|
|
|
- ## Base URL to Remote GitHub Server
|
|
|
|
|
- # github_remote_url=https://github.com
|
|
|
|
|
-
|
|
|
|
|
- ## Base URL to GitHub API
|
|
|
|
|
- # github_api_url=https://api.github.com
|
|
|
|
|
-
|
|
|
|
|
- ## Client ID for Authorized GitHub Application
|
|
|
|
|
- # github_client_id=
|
|
|
|
|
-
|
|
|
|
|
- ## Client Secret for Authorized GitHub Application
|
|
|
|
|
- # github_client_secret=
|
|
|
|
|
-
|
|
|
|
|
###########################################################################
|
|
###########################################################################
|
|
|
# Settings to configure your Hadoop cluster.
|
|
# Settings to configure your Hadoop cluster.
|
|
|
###########################################################################
|
|
###########################################################################
|