Skip to content

Commit 2a4d389

Browse files
lianchengJoshRosen
authored andcommitted
[DOC] Fixes formatting typo in SQL programming guide
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/3498) <!-- Reviewable:end --> Author: Cheng Lian <[email protected]> Closes #3498 from liancheng/fix-sql-doc-typo and squashes the following commits: 865ecd7 [Cheng Lian] Fixes formatting typo in SQL programming guide
1 parent a217ec5 commit 2a4d389

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/sql-programming-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,6 @@ export HIVE_SERVER2_THRIFT_BIND_HOST=<listening-host>
900900
./sbin/start-thriftserver.sh \
901901
--master <master-uri> \
902902
...
903-
```
904903
{% endhighlight %}
905904

906905
or system properties:
@@ -911,7 +910,6 @@ or system properties:
911910
--hiveconf hive.server2.thrift.bind.host=<listening-host> \
912911
--master <master-uri>
913912
...
914-
```
915913
{% endhighlight %}
916914

917915
Now you can use beeline to test the Thrift JDBC/ODBC server:

0 commit comments

Comments
 (0)