Преглед на файлове

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**