Repository: spark
Updated Branches:
  refs/heads/branch-1.6 07ace27cb -> 078c71466


[MINOR][DOC] Fix supported hive version in doc

## What changes were proposed in this pull request?

Today, Spark 1.6.1 and updated docs are release. Unfortunately, there is 
obsolete hive version information on docs: [Building 
Spark](http://spark.apache.org/docs/latest/building-spark.html#building-with-hive-and-jdbc-support).
 This PR fixes the following two lines.
```
-By default Spark will build with Hive 0.13.1 bindings.
+By default Spark will build with Hive 1.2.1 bindings.
-# Apache Hadoop 2.4.X with Hive 13 support
+# Apache Hadoop 2.4.X with Hive 1.2.1 support
```
`sql/README.md` file also describe

## How was this patch tested?

Manual.

(If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)

Author: Dongjoon Hyun <dongj...@apache.org>

Closes #11639 from dongjoon-hyun/fix_doc_hive_version.

(cherry picked from commit 88fa866620b85522bae2f71601cebb744c09ba7e)
Signed-off-by: Reynold Xin <r...@databricks.com>


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

Branch: refs/heads/branch-1.6
Commit: 078c714666a750b9a3530f380d9b2ffd881f3a46
Parents: 07ace27
Author: Dongjoon Hyun <dongj...@apache.org>
Authored: Thu Mar 10 17:07:18 2016 -0800
Committer: Reynold Xin <r...@databricks.com>
Committed: Thu Mar 10 17:07:26 2016 -0800

----------------------------------------------------------------------
 docs/building-spark.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/078c7146/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 3d38edb..5f694dc 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -117,9 +117,9 @@ mvn -Pyarn -Phadoop-2.3 -Dhadoop.version=2.3.0 
-Dyarn.version=2.2.0 -DskipTests
 # Building With Hive and JDBC Support
 To enable Hive integration for Spark SQL along with its JDBC server and CLI,
 add the `-Phive` and `Phive-thriftserver` profiles to your existing build 
options.
-By default Spark will build with Hive 0.13.1 bindings.
+By default Spark will build with Hive 1.2.1 bindings.
 {% highlight bash %}
-# Apache Hadoop 2.4.X with Hive 13 support
+# Apache Hadoop 2.4.X with Hive 1.2.1 support
 mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive -Phive-thriftserver 
-DskipTests clean package
 {% endhighlight %}
 


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

Reply via email to