Hi

Does spark does some code generation? I am trying to use map on a Java RDD
and getting a huge generated files with 17406 lines in my terminal and then
a stacktrace

16/09/01 13:57:36 INFO FileOutputCommitter: File Output Committer Algorithm
version is 1
16/09/01 13:57:36 INFO DefaultWriterContainer: Using output committer class
org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter

16/09/01 13:57:38 ERROR CodeGenerator: failed to compile:
org.codehaus.commons.compiler.CompileException: *File 'generated.java',
Line 108, Column 36: Expression "inputadapter_value" is not an rvalue*

But I have not added anything with that name

Reply via email to