GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/11639

    [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)
    
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark fix_doc_hive_version

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11639.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11639
    
----
commit 73c8832661480ec48984132b247ed6c66456856b
Author: Dongjoon Hyun <dongj...@apache.org>
Date:   2016-03-10T22:39:38Z

    Fix hive version

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to