Преглед изворни кода

HUE-8832 [doc] Clarify SparkSql configuration

Romain пре 6 година
родитељ
комит
64ffc262c0
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8 1
      docs/docs-site/content/administrator/configuration/editor/_index.md

+ 8 - 1
docs/docs-site/content/administrator/configuration/editor/_index.md

@@ -578,7 +578,7 @@ In the `[[interpreters]]` section:
             name=PySpark
             interface=livy
 
-      [[[sparksql]]]
+      [[[sql]]]
             name=SparkSql
             interface=livy
 
@@ -596,6 +596,13 @@ In the `[spark]` section:
       # The Livy Server URL.
       livy_server_url=http://localhost:8998
 
+And if using Cloudera distribution, make sure you have notebooks enabled:
+
+    [desktop]
+      app_blacklist=
+
+    [notebook]
+      show_notebooks=true
 
 **CSRF**