Ricardo Martinelli de Oliveira created ZEPPELIN-4583:
--------------------------------------------------------

             Summary: install-interpreter.{sh,cmd} cannot resolve dependencies
                 Key: ZEPPELIN-4583
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4583
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
    Affects Versions: 0.8.2
            Reporter: Ricardo Martinelli de Oliveira


I'm using the netinst distribution of Zeppelin in it in order to have a small 
server and install only the interpreters I'm going to use. However, when 
running `install-interpreter` script I get this error no matter is the 
interpreter I'm going to install: 
 
```
 ./install-interpreter.sh -n jdbc                                               
                                                            OpenJDK 64-Bit 
Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/home/rmartine/Development/zeppelin-0.8.2-bin-netinst/lib/interpreter/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/home/rmartine/Development/zeppelin-0.8.2-bin-netinst/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See [http://www.slf4j.org/codes.html#multiple_bindings] for an 
explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Install jdbc(org.apache.zeppelin:zeppelin-jdbc:0.8.0) to 
/home/rmartine/Development/zeppelin-0.8.2-bin-netinst/interpreter/jdbc ...
org.sonatype.aether.RepositoryException: Cannot fetch dependencies for 
org.apache.zeppelin:zeppelin-jdbc:0.8.0
```
 
So there are two problems:
 
* Zeppelin 0.8.2 is trying to install 0.8.0 interpreters
* Even if you force to install the right version the problem still happen
 
An additional note: The fetch error appears to be that Zeppelin tries to hit 
Maven repos using `http://` namespace, which is not supported anymore.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to