You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/06/16 22:02:08 UTC

spark git commit: [SPARK-DOCS] [SPARK-SQL] Update sql-programming-guide.md

Repository: spark
Updated Branches:
  refs/heads/master 29c5025a7 -> dc455b883


[SPARK-DOCS] [SPARK-SQL] Update sql-programming-guide.md

Typo in thriftserver section

Author: Moussa Taifi <mo...@gmail.com>

Closes #6847 from moutai/patch-1 and squashes the following commits:

1bd29df [Moussa Taifi] Update sql-programming-guide.md


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/dc455b88
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/dc455b88
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/dc455b88

Branch: refs/heads/master
Commit: dc455b88330f79b1181a585277ea9ed3e0763703
Parents: 29c5025
Author: Moussa Taifi <mo...@gmail.com>
Authored: Tue Jun 16 20:59:22 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Jun 16 20:59:22 2015 +0100

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/dc455b88/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 7fed1bf..61f9c5f 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1816,7 +1816,7 @@ To start the JDBC/ODBC server, run the following in the Spark directory:
 This script accepts all `bin/spark-submit` command line options, plus a `--hiveconf` option to
 specify Hive properties.  You may run `./sbin/start-thriftserver.sh --help` for a complete list of
 all available options.  By default, the server listens on localhost:10000. You may override this
-bahaviour via either environment variables, i.e.:
+behaviour via either environment variables, i.e.:
 
 {% highlight bash %}
 export HIVE_SERVER2_THRIFT_PORT=<listening-port>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org