From 0f4dad43e30301b9ad8f078ef44f8b8c05c29a25 Mon Sep 17 00:00:00 2001 From: Cheng Lian Date: Sun, 30 Nov 2014 19:04:07 -0800 Subject: [DOC] Fixes formatting typo in SQL programming guide [Review on Reviewable](https://reviewable.io/reviews/apache/spark/3498) Author: Cheng Lian 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 --- docs/sql-programming-guide.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') 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= ./sbin/start-thriftserver.sh \ --master \ ... -``` {% endhighlight %} or system properties: @@ -911,7 +910,6 @@ or system properties: --hiveconf hive.server2.thrift.bind.host= \ --master ... -``` {% endhighlight %} Now you can use beeline to test the Thrift JDBC/ODBC server: -- cgit v1.2.3