[ 
https://issues.apache.org/jira/browse/HIVE-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sarvesh Sakalanaga reassigned HIVE-4666:
----------------------------------------

    Assignee: Sarvesh Sakalanaga
    
> 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
>            Assignee: Sarvesh Sakalanaga
>             Fix For: vectorization-branch
>
>         Attachments: output
>
>
> Executing the following query over an orc tpch line item table fails due to 
> Error: Java heap space
> {noformat}
> INSERT OVERWRITE LOCAL DIRECTORY 'd:\\count_output'  SELECT Count(*) AS 
> count_order FROM  lineitem_orc
> {noformat}
> 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