GitHub user hzw19900416 opened a pull request:
https://github.com/apache/spark/pull/1529
Fix maven test bug
When running the mvn test, it will throw such exception in core
module--"Class mocking requires to have cglib and objenesis librairies in the
classpath"
So adding cglib and objenesis in pom.xml at core module can avoid such
problem.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hzw19900416/spark bug-fix1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1529.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 #1529
----
commit e476c2f80faddb4da69a0726d7ad5f9f359270a2
Author: hzw19900416 <[email protected]>
Date: 2014-07-22T13:06:36Z
Update pom.xml
commit 8473adcd55bf5715874f8d149d4038d86359b4ef
Author: hzw19900416 <[email protected]>
Date: 2014-07-22T13:09:40Z
Update pom.xml
----
---
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.
---