Re: “error: not found: value z” when using cluster mode

2019-05-15 Thread Paul Brenner
Spark version 2.3.1 with scala 2.11.8 No error shows up in the interpreter log, I only see errors in the zeppelin .log file which gives very limited info:  WARN [2019-05-16 01:51:59,655] ({pool-2-thread-4} NotebookServer.java[afterStatusChange]:2316) - Job 20190515-171508_909555181 is finished

Re: “error: not found: value z” when using cluster mode

2019-05-15 Thread Jeff Zhang
I tried branch-0.8, and it works for me, could you let me know what spark version do you use ? and what is the stacktrace ? Paul Brenner 于2019年5月16日周四 上午4:27写道: > We are using 0.8.2 and can’t use z.show() with cluster mode. We get the > following error: > > :24: error: not found: value z z.show(

“error: not found: value z” when using cluster mode

2019-05-15 Thread Paul Brenner
We are using 0.8.2 and can’t use z.show() with cluster mode. We get the following error: :24: error: not found: value z z.show( This seems very similar to this issue which was marked resolved in 0.81: https://issues.apache.org/jira/browse/ZEPPELIN-3633 Anyone familiar with this problem? PAU