Details
Description
I have a wide table(400 columns), when I try fitting the traindata on all columns, the fatal error occurs.
... 46 more
Caused by: org.codehaus.janino.JaninoRuntimeException: Code of method "(Lorg/apache/spark/sql/catalyst/InternalRow;Lorg/apache/spark/sql/catalyst/InternalRow;)I" of class "org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificOrdering" grows beyond 64 KB
at org.codehaus.janino.CodeContext.makeSpace(CodeContext.java:941)
at org.codehaus.janino.CodeContext.write(CodeContext.java:854)
Attachments
Attachments
Issue Links
- Blocked
-
SPARK-21828 org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificOrdering" grows beyond 64 KB...again
- Resolved
- is duplicated by
-
SPARK-17092 DataFrame with large number of columns causing code generation error
- Resolved
-
SPARK-17131 Code generation fails when running SQL expressions against a wide dataset (thousands of columns)
- Resolved
-
SPARK-17223 "grows beyond 64 KB" with data frame with many columns
- Resolved
-
SPARK-18492 GeneratedIterator grows beyond 64 KB
- Resolved
- is related to
-
SPARK-18207 class "org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificUnsafeProjection" grows beyond 64 KB
- Resolved
- links to