Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix Thanks for the information. The resource staging server and spark (driver/executor) images have been set in the spark-defaults.conf inside the zeppelin docker image. We believe that the issue as per our understanding is not because of that. The class `org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer` is not present in the **spark-interpreter-0.9.0-SNAPSHOT.jar**. The class `org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer` is present in zeppelin-interpreter-0.9.0-SNAPSHOT.jar. Using this, is working for us. May be we are missing something. **The documentation and information in the blogs are very useful and informative.** If this is not the right forum for this discussion, can you please share where this can be discussed further.
---