Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-22510 Exceptions caused by 64KB JVM bytecode or 64K constant pool entry limit
  3. SPARK-16845

org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificOrdering" grows beyond 64 KB

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 1.6.4, 2.0.3, 2.1.1, 2.2.0
    • SQL
    • None
    • Important

    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

        1. error.txt.zip
          52 kB
          Don Drake

        Issue Links

          Activity

            People

              lwlin Liwei Lin
              jack15710 hejie
              Votes:
              12 Vote for this issue
              Watchers:
              28 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: