Github user ggdupont commented on the issue:
https://github.com/apache/zeppelin/pull/908
No luck, it can't get to load my jar from my local repo (nexus on docker).
My request :
{
"artifact": "org.apache.zeppelin:zeppelin-neo4j:0.6.0-SNAPSHOT",
"className": "org.apache.zeppelin.neo4j.Neo4JInterpreter",
"repository":
{
"url":
"http://localhost:8081/service/local/repositories/releases/content/",
"snapshot": true
}
}
The java trace (extract at the end) shows that my local repo seems to be
ignored and that of course, it can't find my jar in official repo ;-) Any
advice?
INFO [2016-06-21 22:57:37,461] ({qtp922151033-19}
InterpreterRestApi.java[loadDynamicInterpreter]:262) - dynamic load interpreter
interpreterGroupName [jdbc] name [neo4j]
INFO [2016-06-21 22:57:37,461] ({qtp922151033-19}
InterpreterFactory.java[loadDynamicInterpreter]:150) - interpreter path :
/home/gdupont/git/cloverhearts/zeppelin/interpreter/jdbc/neo4j
ERROR [2016-06-21 22:57:37,871] ({qtp922151033-19}
InterpreterFactory.java[loadDynamicInterpreter]:154) - Failed load dynamic
interpreter :
org.sonatype.aether.resolution.DependencyResolutionException: Could not
find artifact org.apache.zeppelin:zeppelin-neo4j:jar:0.6.0-SNAPSHOT in central
(http://repo1.maven.org/maven2/)
at
org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
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)
---
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.
---