Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18612
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 test data. Change-Id: I0a35e6c9149ee4c84aee4123d2c47a378591b621 --- M fe/src/test/resources/hive-site.xml.py 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/18612/1 -- 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: newchange Gerrit-Change-Id: I0a35e6c9149ee4c84aee4123d2c47a378591b621 Gerrit-Change-Number: 18612 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
