Re: Change interpreter execution root path

2018-10-20 Thread Jeff Zhang
You can set zeppelin.interpreter.dir in zeppelin-site.xml Jhon Anderson Cardenas Diaz 于2018年10月20日周六 下午10:22写道: > Hi > > Do you know how can I change the folder path where the interpreters are > executed?. > > The reason why I want to change that default location (which is > $ZEPPELIN_HOME) is

Re: Zeppelin add hadoop submarine(machine learning framework) interpreter

2018-10-20 Thread Felix Cheung
Very cool! From: Jeff Zhang Sent: Friday, October 19, 2018 7:14 AM To: dev@zeppelin.apache.org Subject: Re: Zeppelin add hadoop submarine(machine learning framework) interpreter Thanks xun. This would be a great addon for zeppelin to support deep learning. I

Change interpreter execution root path

2018-10-20 Thread Jhon Anderson Cardenas Diaz
Hi Do you know how can I change the folder path where the interpreters are executed?. The reason why I want to change that default location (which is $ZEPPELIN_HOME) is because we are getting very large core dumps files in that location when the interpreter process die. As we are in a k8s

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

2018-10-20 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/zeppelin/pull/3206 Nope, it will work for both 2.11.8 and 2.11.12. I manually checked. This change only uses the methods existing in both 2.11.8 and 2.11.12 at Scala. ---

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

2018-10-20 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3206 is this going to break, say spark 2.3 with scala 2.11.8? ---