Mao FENG created ZEPPELIN-4533:
----------------------------------
Summary: The lambda expression is not being transferred to the
executors
Key: ZEPPELIN-4533
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4533
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.8.2
Reporter: Mao FENG
Attachments: image-2020-01-02-17-08-05-356.png
I am running Zeppelin with spark 2.2.4 on master=yarn & deploy-mode = client
I found any lambda expression is not being transferred to the executors
e.g. ```val rdd = sc.parallelize(Seq(3, 4))
rdd.map(n => n+1).count```
the error message:
```
java.lang.ClassNotFoundException:
$line56182880833.$read$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$anonfun$1
```
And here is the run time information
!image-2020-01-02-17-08-05-356.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)