Details
Description
See HIVE-7221.
By default beeline tries to buffer the entire output relation before printing it on stdout. This can cause OOM when the output relation is large. However, beeline has the option of incremental prints. We should keep that as the default.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-7221 Beeline buffers the entire output file in memory before writing to stdout
- Resolved
-
HIVE-7448 --incremental=true in Beeline is not compatible with Binary columns (at least for select * from ...)
- Resolved
-
HIVE-6928 Beeline should not chop off "describe extended" results by default
- Closed
-
HIVE-13393 Beeline: Print help message for the --incremental option
- Closed