GitHub user winningsix opened a pull request:

    https://github.com/apache/hive/pull/103

    HIVE-14029: Update Spark version to 2.0.0

    Changes include:
    * Spark API updates:
    
    1. SparkShuffler#call return Iterator instead of Iterable
    2. SparkListener -> JavaSparkListener
    3. InputMetrics constructor doesn’t accept readMethod
    4. Method remoteBlocksFetched and localBlocksFetched in ShuffleReadMetrics 
return long type instead of integer
    
    * Dependency upgrade:
    
    1. Jackson: 2.4.2 -> 2.6.5
    2. Netty version: 4.0.23.Final -> 4.0.29.Final
    3. Scala binary version: 2.10 -> 2.11
    4. Scala version: 2.10.4 -> 2.11.8
    
    Test done by smoke tests in a cluster and integration test in Jenkins

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

    $ git pull https://github.com/winningsix/hive HIVE-14029

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

    https://github.com/apache/hive/pull/103.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 #103
    
----
commit 965e57295a83b06db61b22f3fda0bb19e47c248a
Author: Ferdinand Xu <cheng.a...@intel.com>
Date:   2016-09-17T19:10:04Z

    HIVE-14029: Update Spark version to 2.0.0

----


---
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.
---

Reply via email to