[GitHub] zeppelin issue #3206: [ZEPPELIN-3810] Support Spark 2.4

2018-11-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3206 CI is passed, will merge it if no more comments ---

[jira] [Created] (ZEPPELIN-3859) java.lang.ClassNotFoundException: org.apache.zeppelin.shell.ShellInterpreter

2018-11-11 Thread AV (JIRA)
s.java:264)}} {{ at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.createInterpreter(RemoteInterpreterServer.java:301)}} {{ ... 8 more}}   logs/zeppelin.log {{WARN [2018-11-11 14:54:55,944] (\{pool-2-thread-3} NotebookServer.java[afterStatusChange]:2302) - Job 2018-143404_401423}} {{93 is finished, sta

[jira] [Created] (ZEPPELIN-3860) Zeppelin Broken pipe due to non terminating RemoteInterpreterProcess

2018-11-11 Thread Kislay Kumar (JIRA)
Kislay Kumar created ZEPPELIN-3860: -- Summary: Zeppelin Broken pipe due to non terminating RemoteInterpreterProcess Key: ZEPPELIN-3860 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3860

[GitHub] zeppelin pull request #3223: ZEPPELIN-3822. All interpreter folders (ZEPPELI...

2018-11-11 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3223 ZEPPELIN-3822. All interpreter folders (ZEPPELIN_HOME/interpreter) are deleted when maven clean is invoked ### What is this PR for? This PR is to fix the bug that `ZEPPELIN_HOME`/interpreter

[GitHub] zeppelin pull request #3222: ZEPPELIN-3815. No interpreter group name in spa...

2018-11-11 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3222 ZEPPELIN-3815. No interpreter group name in spark interpreter log file ### What is this PR for? Trivial PR for fixing group name missing in spark interpreter log file ### What