forwarding this to the dev group, the JDBC hive interpreter mvn dependencies are not loading when I'm working behind a corporate proxy.
*possible reason:* org.apache.zeppelin.dep.AbstractDependencyResolver is not looking up the maven settings.xml proxy config, to set proxies for all remote repositories it manages as a list. Please advise if there is a workaround for this. Thanks, Pradeep ---------- Forwarded message ---------- From: Pradeep Reddy <pradeepreddy.a...@gmail.com> Date: Fri, Sep 2, 2016 at 4:54 PM Subject: zeppelin-0.6.1 - hive jdbc interpreter dependecies not loading To: us...@zeppelin.apache.org I added hive jdbc dependencies to the jdbc interpreter. I'm seeing these kind of errors all over in the hive interpreter log and getting a message on the interpreter UI that "Failed to collect dependencies for org.apache.hive:hive-jdbc:jar:0.14.0 (compile)". *Caused by: org.apache.maven.wagon.authorization.AuthorizationException: Access denied to:http://repo1.maven.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom <http://repo1.maven.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom>* I'm working behind a proxy, I specified my proxy settings in maven_home/conf/settings.xml.....the settings.xml worked for building the zeppelin from source, but seems like they are not working when the interpreter is bootstrapping and trying to load the maven interpreter dependencies....I also specified my proxy settings in the ZEPPELIN_JAVA_OPTS. Is there anything else I should try?