aboutsummaryrefslogtreecommitdiff
path: root/docs
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:33 -0800
commit0f4dad43e30301b9ad8f078ef44f8b8c05c29a25 (patch)
tree5dfc1b8e4500784f3e8fc19ecd47ba9f1d63552b /docs
parentc899f0355497021b8bdcef44b13fcd013d54e984 (diff)
downloadspark-0f4dad43e30301b9ad8f078ef44f8b8c05c29a25.tar.gz
spark-0f4dad43e30301b9ad8f078ef44f8b8c05c29a25.tar.bz2
spark-0f4dad43e30301b9ad8f078ef44f8b8c05c29a25.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 (cherry picked from commit 2a4d389f70b2066b1ac32b081bef44e61fefb03c) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
Diffstat (limited to 'docs')
-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: