Skip to content
Snippets Groups Projects
Commit 2a4d389f authored by Cheng Lian's avatar Cheng Lian Committed by Josh Rosen
Browse files

[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 <lian@databricks.com>

Closes #3498 from liancheng/fix-sql-doc-typo and squashes the following commits:

865ecd7 [Cheng Lian] Fixes formatting typo in SQL programming guide
parent a217ec5f
No related branches found
No related tags found
No related merge requests found
......@@ -900,7 +900,6 @@ export HIVE_SERVER2_THRIFT_BIND_HOST=<listening-host>
./sbin/start-thriftserver.sh \
--master <master-uri> \
...
```
{% endhighlight %}
or system properties:
......@@ -911,7 +910,6 @@ or system properties:
--hiveconf hive.server2.thrift.bind.host=<listening-host> \
--master <master-uri>
...
```
{% endhighlight %}
Now you can use beeline to test the Thrift JDBC/ODBC server:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment