Hi, I have already posted a question, but I did not get my answer. So, I'll try being more informative this time.
I'm working on a separate network and trying to install zeppelin on a cluster on the network. I built zeppelin on a regular computer (using the command line : mvn install -DskipTests -Dspark.version=1.3.0 -Dhadoop.version=2.6.0 This worked on this computer and I was able the execute paragraphs in the zeppelin UI. Then, I transfered the built zeppelin project to the server in the separate network (that is a part of a cluster of Linux servers). When I start the zeppelin server (zeppelin-deamon.sh start) I can see the zeppelin UI on port 8080 on this server. However when I try to run paragraphs i get a server error. In the logs I can see the following errors and warnings : ServletHandler.java[doHandle] : 561) - /api/notebook/interpreter/bind/2A94M5J1Z java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: org/apach/zeppelin/rest/message/InterpreterSettingListForNoteBind... Caused by: java.lang.NoClassDefFoundError: org/apache/zeppelin/rest/message/InterpreterSettingListForNoteBind Caused by: java.lang.ClassNotFoundException: org. apache. zeppelin. rest. message. InterpreterSettingListForNoteBind ... InterpreterRestApi has thrown exception, unwinding now Does anybody know why running a paragraph results a server error?