Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-24809

Serializing LongHashedRelation in executor may result in data error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.0.0, 2.1.0, 2.2.0, 2.3.0
    • 2.1.4, 2.2.3, 2.3.2, 2.4.0
    • SQL
    • Spark 2.2.1

      hadoop 2.7.1

    Description

      When join key is long or int in broadcast join, Spark will use LongHashedRelation as the broadcast value. Details see SPARK-14419. But, if the broadcast value is abnormal big, executor will serialize it to disk. But, data will lost when serializing.

      Attachments

        Activity

          People

            liutang123 Lijia Liu
            liutang123 Lijia Liu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: