You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lior Chaga (Jira)" <ji...@apache.org> on 2021/06/15 08:32:00 UTC

[jira] [Created] (ZEPPELIN-5411) Create documentation for using plugin framework

Lior Chaga created ZEPPELIN-5411:
------------------------------------

             Summary: Create documentation for using plugin framework
                 Key: ZEPPELIN-5411
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5411
             Project: Zeppelin
          Issue Type: Sub-task
    Affects Versions: 0.9.0, 0.10.0
            Reporter: Lior Chaga


Didn't quite understand how to use this plugin framework. 
 Tried building zeppelin 0.10 with following arguments:
 
mvn clean package -DskipTests -Pspark-scala-2.12 -Pspark-3.0 -Phadoop-2.7 -Pscala-2.12 -Pbuild-distr -pl zeppelin-interpreter,zeppelin-zengine,spark/interpreter,spark/spark-dependencies,zeppelin-web,zeppelin-server,zeppelin-distribution,jdbc -am

 

Trying to run zeppelin using 
{code:java}
org.apache.zeppelin.notebook.repo.FileSystemNotebookRepo{code}
, I got an Error about plugin folder missing. If I create the folder in expected place, I get 
{code:java}
Can not load plugin FileSystemNotebookRepo, because the plugin folder /zeppelin/plugins/NotebookRepo/FileSystemNotebookRepo is empty.{code}

Not sure which resources are expected there.



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