aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorCheng Lian <lian@databricks.com>2014-11-30 19:04:07 -0800
committerJosh Rosen <joshrosen@databricks.com>2014-11-30 19:04:07 -0800
commit2a4d389f70b2066b1ac32b081bef44e61fefb03c (patch)
tree81786ad844024a40bea025d5b79434af8b96c92c /docs/sql-programming-guide.md
parenta217ec5fd5cd7addc69e538d6ec6dd64956cc8ed (diff)
downloadspark-2a4d389f70b2066b1ac32b081bef44e61fefb03c.tar.gz
spark-2a4d389f70b2066b1ac32b081bef44e61fefb03c.tar.bz2
spark-2a4d389f70b2066b1ac32b081bef44e61fefb03c.zip
[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
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 5500da83b2..24a68bb083 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -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: