Hello Quanlong Huang, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18612
to look at the new patch set (#4).
Change subject: IMPALA-10316: refine tez heap allocation
......................................................................
IMPALA-10316: refine tez heap allocation
Refines Hive's org.apache.tez.runtime.task.TezChild heap allocation to
leave more room for system and bytecode overhead between Xmx and
container limits to prevent
```
impala.error.OperationalError: Error while compiling statement:
FAILED: Execution Error, return code 2 from
org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed...
Container ... is running 7729152B beyond the 'PHYSICAL' memory limit.
Current usage: 1.0 GB of 1 GB physical memory used; 2.5 GB of 2.1 GB
virtual memory used. Killing container.
```
while loading ORC test data.
Testing: verified that Xmx on containers is lowered while loading
```
testdata/bin/load_nested.py -t tpch_nested_orc_def -f orc/def
```
Change-Id: I0a35e6c9149ee4c84aee4123d2c47a378591b621
---
M testdata/bin/load_nested.py
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/18612/4
--
To view, visit http://gerrit.cloudera.org:8080/18612
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0a35e6c9149ee4c84aee4123d2c47a378591b621
Gerrit-Change-Number: 18612
Gerrit-PatchSet: 4
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>