Tony Murphy created HIVE-4666:
---------------------------------

             Summary: Count(*) over tpch lineitem ORC results in Error: Java 
heap space
                 Key: HIVE-4666
                 URL: https://issues.apache.org/jira/browse/HIVE-4666
             Project: Hive
          Issue Type: Sub-task
    Affects Versions: vectorization-branch
            Reporter: Tony Murphy
             Fix For: vectorization-branch


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to