Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
vectorization-branch
-
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
Attachments
Issue Links
- depends upon
-
HIVE-4113 Optimize select count(1) with RCFile and Orc
-
- Resolved
-