Github user michrawson commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/777#issuecomment-199834244
How do I get this test to pass?
FAILURE! - in org.apache.zeppelin.dep.DependencyResolverTest
testLoad(org.apache.zeppelin.dep.DependencyResolverTest) Time elapsed:
15.664 sec <<< ERROR!
java.lang.NullPointerException: null
at
org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:352)
at
org.apache.zeppelin.dep.DependencyResolver.getArtifactsWithDep(DependencyResolver.java:170)
at
org.apache.zeppelin.dep.DependencyResolver.loadFromMvn(DependencyResolver.java:123)
at
org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:81)
at
org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:94)
at
org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:68)
at
org.apache.zeppelin.dep.DependencyResolverTest.testLoad(DependencyResolverTest.java:80)
---
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.
---