Hello,

Sometimes running scala code in Zeppelin I'm getting an error 'File name too 
long'. To keep working in Notebook I need to restart the interpreter after it. 
Seems that it's a Scala bug which can be fixed by this workaround 
https://issues.apache.org/jira/browse/SPARK-4820
Could you please advice me what is the right way to apply this option? 
I already tried this to add in spark-defaults.conf this:
 spark.driver.extraJavaOptions   -Xmax-classfile-name=128
And it doesn't help.

Thank you

Cheers
Polina Marasanova


Reply via email to