@@ -825,7 +825,7 @@
## slack_client_secret=
## slack_verification_token=
## slack_bot_user_token=
-
+
# Enables Slack application API endpoints
## is_enabled=true
@@ -967,7 +967,12 @@
# interface=sqlalchemy
# options='{"url": "druid://host:8082/druid/v2/sql/"}'
- # [[[sql]]]
+ # [[[sparksql]]]
+ # name = Spark Sql
+ # interface=sqlalchemy
+ # options='{"url": "hive://user:password@localhost:10000/database"}'
# name=SparkSql
# interface=livy
@@ -827,7 +827,7 @@
@@ -951,7 +951,12 @@
@@ -1135,7 +1135,7 @@ In the `[[interpreters]]` section:
name=PySpark
interface=livy
- [[[sql]]]
+ [[[sparksql]]]
name=SparkSql
@@ -74,7 +74,12 @@
# name=Impala
# interface=hiveserver2
@@ -81,7 +81,12 @@ gunicorn_number_of_workers=1
-# [[[sql]]]
+# [[[sparksql]]]
+# name = Spark Sql
+# interface=sqlalchemy
+# options='{"url": "hive://user:password@localhost:10000/database"}'