瀏覽代碼

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