David Eric Pugh created ZEPPELIN-4711:
-----------------------------------------

             Summary: Docker build of Zeppelin needs to give write permissions 
to /zeppelin/interpreter
                 Key: ZEPPELIN-4711
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4711
             Project: Zeppelin
          Issue Type: Bug
          Components: build
    Affects Versions: 0.9.0
            Reporter: David Eric Pugh


In 0.9.0-preview1 build of Zeppelin, the scripts/docker/zeppelin/bin/Dockerfile 
doesn't have the right permissions on the /zeppelin/interpreter directory.  
Therefore when you run ./bin/install_interpreter you get a permissions issue 
creating the /zeppelin/interpreter/{your_interpreter} directory.   

Here is the example:

{{
./bin/install-interpreter.sh --name solr --artifact 
com.lucidworks.zeppelin:zeppelin-solr:0.1.6

 INFO [2020-03-31 17:07:57,049] ({main} ZeppelinConfiguration.java[create]:178) 
- Zeppelin Version: 0.9.0-preview1
Install solr(com.lucidworks.zeppelin:zeppelin-solr:0.1.6) to 
/zeppelin/interpreter/solr ... 
java.io.IOException: Destination '/zeppelin/interpreter/solr' directory cannot 
be created
        at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1085)
        at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1038)
        at 
org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:98)
}}



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

Reply via email to