Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-4160 Vectorized Query Execution in Hive
  3. HIVE-4666

Count(*) over tpch lineitem ORC results in Error: Java heap space

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • vectorization-branch
    • vectorization-branch, 0.13.0
    • None
    • None

    Description

      Executing the following query over an orc tpch line item table fails due to Error: Java heap space

      INSERT OVERWRITE LOCAL DIRECTORY 'd:\\count_output'  SELECT Count(*) AS count_order FROM  lineitem_orc
      

      the line item table in approximately 1gb in size. This error happens in both non-vectorized and vectorized modes.

      Attachments

        1. output
          2 kB
          Tony Murphy

        Issue Links

          Activity

            People

              sarvesh.sn Sarvesh Sakalanaga
              anthony.murphy Tony Murphy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: