aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBoaz Mohar <boazmohar@gmail.com>2017-02-25 11:32:09 -0800
committerXiao Li <gatorsmile@gmail.com>2017-02-25 11:32:09 -0800
commit061bcfb869fe5f64edd9ee2352fecd70665da317 (patch)
tree84e9dfa741cad10ee7fbb378ce462f5fe5c92a5e /docs
parent8f0511ed49a353fb0745f320a84063ced5cc1857 (diff)
downloadspark-061bcfb869fe5f64edd9ee2352fecd70665da317.tar.gz
spark-061bcfb869fe5f64edd9ee2352fecd70665da317.tar.bz2
spark-061bcfb869fe5f64edd9ee2352fecd70665da317.zip
[MINOR][DOCS] Fixes two problems in the SQL programing guide page
## What changes were proposed in this pull request? Removed duplicated lines in sql python example and found a typo. ## How was this patch tested? Searched for other typo's in the page to minimize PR's. Author: Boaz Mohar <boazmohar@gmail.com> Closes #17066 from boazmohar/doc-fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 235f5ecc40..2dd1ab6ef3 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1410,7 +1410,7 @@ Thrift JDBC server also supports sending thrift RPC messages over HTTP transport
Use the following setting to enable HTTP mode as system property or in `hive-site.xml` file in `conf/`:
hive.server2.transport.mode - Set this to value: http
- hive.server2.thrift.http.port - HTTP port number fo listen on; default is 10001
+ hive.server2.thrift.http.port - HTTP port number to listen on; default is 10001
hive.server2.http.endpoint - HTTP endpoint; default is cliservice
To test, use beeline to connect to the JDBC/ODBC server in http mode with: