mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
Fix OOM when data loading with the new Hive SNAPSHOT.
This patch is required for upgrading thirdparty. After upgrading thirdparty, Hive OOMs in data loading TPCDS. This patch fixes the OOM, but I have no idea why exactly it works. I had tried several other approaches like increasing the mapred and JVM heap memory to no avail. Change-Id: I3c69e4c3bf0f24e0c3b6272c946f71c17e312e01 Reviewed-on: http://gerrit.cloudera.org:8080/2145 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Internal Jenkins
This commit is contained in:
committed by
Internal Jenkins
parent
dd068429c6
commit
db90f9954e
@@ -1694,7 +1694,7 @@ functional
|
||||
---- BASE_TABLE_NAME
|
||||
avro_unicode_nulls
|
||||
---- CREATE_HIVE
|
||||
create external table {db_name}{db_suffix}.{table_name} like {db_name}.liketbl stored as avro LOCATION '/test-warehouse/avro_null_char';
|
||||
create external table if not exists {db_name}{db_suffix}.{table_name} like {db_name}.liketbl stored as avro LOCATION '/test-warehouse/avro_null_char';
|
||||
---- LOAD
|
||||
`hdfs dfs -mkdir -p /test-warehouse/avro_null_char && \
|
||||
hdfs dfs -put -f ${IMPALA_HOME}/testdata/avro_null_char/000000_0 /test-warehouse/avro_null_char/
|
||||
|
||||
Reference in New Issue
Block a user