Skip to content

Commit

Permalink
Fixes formatting typo in SQL programming guide
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Nov 27, 2014
1 parent 5af53ad commit 865ecd7
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 @@ -900,7 +900,6 @@ export HIVE_SERVER2_THRIFT_BIND_HOST=<listening-host>
./sbin/start-thriftserver.sh \
--master <master-uri> \
...
```
{% endhighlight %}

or system properties:
Expand All @@ -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:
Expand Down

0 comments on commit 865ecd7

Please sign in to comment.