Skip to content

Commit a0e8940

Browse files
Akhil S NaikAkhil Naik
andauthored
[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>
1 parent 0392df4 commit a0e8940

File tree

1 file changed

+8
-10
lines changed
  • docs/docs-site/content/developer/development

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,17 @@ Now under Hue open `desktop/conf/pseudo-distributed.ini` file in a text editor,
8383

8484
1. Directly below the `[[beeswax]]` line, add the following:
8585

86-
# Host where HiveServer2 is running.
87-
hive_server_host=localhost
88-
89-
# Port where HiveServer2 Thrift server runs on.
90-
hive_server_port=10000
91-
92-
thrift_version=7
86+
# Host where HiveServer2 is running.
87+
hive_server_host=localhost
88+
# Port where HiveServer2 Thrift server runs on.
89+
hive_server_port=10000
90+
thrift_version=7
9391

9492
2. Below the `[[interpreters]]` of `[notebook]`, add:
9593

96-
[[[hive]]]
97-
name=Hive
98-
interface=hiveserver2
94+
[[[hive]]]
95+
name=Hive
96+
interface=hiveserver2
9997

10098
And restart Hue, open the Editors and start typing your first queries!
10199

0 commit comments

Comments
 (0)