Github user hzw19900416 commented on the pull request:
https://github.com/apache/spark/pull/1529#issuecomment-49839605
I use maven-3.0.4 to run tests in SUSE11 with the commands in spark doc:
"mvn package -DskipTests" and "mvn test"
If I remove this two dependencies, there are two ABORTED test cases in
CacheManagerSuite and RandomSamplerSuite with the same exception as fellow:
Exception encountered when invoking run on a nested suite - Class mocking
requires to have cglib and objenesis librairies in the classpath *** ABORTED ***
java.lang.RuntimeException: Class mocking requires to have cglib and
objenesis librairies in the classpath
at
org.easymock.internal.MocksControl.createProxyFactory(MocksControl.java:140)
at org.easymock.internal.MocksControl.createMock(MocksControl.java:58)
at org.easymock.EasyMock.createMock(EasyMock.java:103)
---
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.
---