Эх сурвалжийг харах

HUE-9368 [docs] Fixed formatting of config snippets

sreenaths 5 жил өмнө
parent
commit
4e90c95d0b

+ 8 - 8
docs/docs-site/content/developer/development/_index.md

@@ -84,19 +84,19 @@ Now under Hue open `desktop/conf/pseudo-distributed.ini` file in a text editor,
 
 1. Directly below the `[[beeswax]]` line, add the following:
 
-    # Host where HiveServer2 is running.
-    hive_server_host=localhost
+        # Host where HiveServer2 is running.
+        hive_server_host=localhost
 
-    # Port where HiveServer2 Thrift server runs on.
-    hive_server_port=10000
+        # Port where HiveServer2 Thrift server runs on.
+        hive_server_port=10000
 
-    thrift_version=7
+        thrift_version=7
 
 2. Below the `[[interpreters]]` of `[notebook]`, add:
 
-    [[[hive]]]
-      name=Hive
-      interface=hiveserver2
+        [[[hive]]]
+          name=Hive
+          interface=hiveserver2
 
 And restart Hue, open the Editors and start typing your first queries!