Skip to content

Commit

Permalink
[DOC] Fixes formatting typo in SQL programming guide
Browse files Browse the repository at this point in the history
<!-- 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

(cherry picked from commit 2a4d389)
Signed-off-by: Josh Rosen <[email protected]>
  • Loading branch information
liancheng authored and JoshRosen committed Dec 1, 2014
1 parent 90d90b2 commit 91eadd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/sql-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ export HIVE_SERVER2_THRIFT_BIND_HOST=<listening-host>
./sbin/start-thriftserver.sh \
--master <master-uri> \
...
```
{% endhighlight %}

or system properties:
Expand All @@ -903,7 +902,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 server:
Expand Down

0 comments on commit 91eadd2

Please sign in to comment.