GitHub user coderfi opened a pull request:

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

    The `hive-0.13.1` maven profile now sets `hive.version=0.13.1a`

    instead of `hive.version=0.13.1`.
    e.g. mvn -Phive -Phive=0.13.1
    
    Note: `hive.version=0.13.1a` is the default property value. However, when 
explicitly specifying the `hive-0.13.1` maven profile, the wrong one would be 
selected.
    References:  PR #2685, which resolved a package incompatibility issue with 
Hive-0.13.1 by introducing a special version Hive-0.13.1a

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

    $ git pull https://github.com/coderfi/spark master

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

    https://github.com/apache/spark/pull/3072.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 #3072
    
----
commit 7ca4b1effe0a9032dd0478cb6bfca6f1a606e836
Author: fi <code...@gmail.com>
Date:   2014-11-03T08:18:06Z

    Fixes the `hive-0.13.1` maven profile referencing `hive.version=0.13.1`
    instead of the Spark compatible `hive.version=0.13.1a`
    Note: `hive.version=0.13.1a` is the default version.
    However, when explicitly specifying the `hive-0.13.1` maven profile, the
    wrong one would be selected.
    e.g. mvn -Phive -Phive=0.13.1
    See PR #2685

----


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