GitHub user liancheng opened a pull request:

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

    [SPARK-][Build] Cleans lib_managed before compiling with Hive 0.13.1

    This PR tries to fix the Hive tests failure encountered in PR #3157 by 
cleaning `lib_managed` before building assembly jar against Hive 0.13.1 in 
`dev/run-tests`. Otherwise two sets of datanucleus jars would be left in 
`lib_managed` and may mess up class paths while executing Hive test suites. 
Please refer to [this thread] [1] for details. A clean build would be even 
safer, but we only clean `lib_managed` here to save build time.
    
    This PR also takes the chance to clean up some minor typos and formatting 
issues in the comments.
    
    [1]: https://github.com/apache/spark/pull/3157#issuecomment-67656488

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

    $ git pull https://github.com/liancheng/spark clean-lib-managed

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

    https://github.com/apache/spark/pull/3756.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 #3756
    
----
commit c9f2f3edd2d71ef5fb08a3c8d95256e8b13710a4
Author: Cheng Lian <[email protected]>
Date:   2014-12-21T16:10:20Z

    Cleans lib_managed before compiling with Hive 0.13.1

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to