Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-6104

Join-key logging in join operator

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.11.0, 0.12.0, 0.13.0
    • 0.13.0
    • Diagnosability
    • None

    Description

      JoinOperator.processOp logs lines like "table 0 has x rows for join key [foo]". It is supposed to log after x rows for x = i, 2i, 4i, .... However, it has never worked completely:

      • In 0.11.0 and before, it logs after i rows and not after >i rows, because nextSz is not properly updated.
      • In 0.12.0, HIVE-4960 partially fixed that but x fails to be reset when the alias (tag) changes.

      Attachments

        1. HIVE-6104.patch
          1 kB
          Steven K. Wong

        Activity

          People

            slider Steven K. Wong
            slider Steven K. Wong
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: