Quellcode durchsuchen

[doc] correct developer documentation intendation to consider the content as code . (#1956)

* [doc] correct developer documentation intendation to consider the content as code .

* [doc] correct developer documentation intendation to consider the content as code .

Co-authored-by: Akhil Naik <asnaik@cloudere.com>
Akhil S Naik vor 4 Jahren
Ursprung
Commit
a0e8940ace
1 geänderte Dateien mit 8 neuen und 10 gelöschten Zeilen
  1. 8 10
      docs/docs-site/content/developer/development/_index.md

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

@@ -83,19 +83,17 @@ 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
-
-    # Port where HiveServer2 Thrift server runs on.
-    hive_server_port=10000
-
-    thrift_version=7
+        # Host where HiveServer2 is running.
+        hive_server_host=localhost
+        # Port where HiveServer2 Thrift server runs on.
+        hive_server_port=10000
+        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!