Re: install-interpreter.sh cannot resolve dependencies

2020-01-29 Thread Ricardo Martinelli de Oliveira
@Jeff I created the JIRA for this issue: https://issues.apache.org/jira/browse/ZEPPELIN-4583 Expect a PR on this in about 2 days. I'm going to send to master branch but I wonder if we can backport to 0.8.x branch. On Wed, Jan 22, 2020 at 12:04 PM Ricardo Martinelli de Oliveira < rmart...@redhat.c

Re: install-interpreter.sh cannot resolve dependencies

2020-01-22 Thread Ricardo Martinelli de Oliveira
I found the problem with the interpreter installation. It turns out that Zeppelin tries to resolve maven dependencies in http://repo1.maven.org (the unsecured website) and it is returning HTTP 501, meaning that we can't use HTTP to access Maven Central but the secured HTTPS website. Even the JUnit

Re: install-interpreter.sh cannot resolve dependencies

2020-01-21 Thread Ricardo Martinelli de Oliveira
Jeff, Yeah, interpreter-list is outdated, but even if I change the values in the file or specifying --artifact org.apache.zeppelin:zeppelin-markdown:0.8.2 I get the same error. Is there any other place I need to change? If necessary, I can open an issue and send a PR to it. On Tue, Jan 21, 2020

Re: install-interpreter.sh cannot resolve dependencies

2020-01-21 Thread Jeff Zhang
It seems you are using zeppelin 0.8.2, but install-interpreter.sh try to install 0.8.0, I think this is a bug that we didn't update the file interpreter-list https://github.com/apache/zeppelin/blob/branch-0.8/conf/interpreter-list Ricardo Martinelli de Oliveira 于2020年1月21日周二 下午10:21写道: > Hello