[ https://issues.apache.org/jira/browse/HIVE-20560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617132#comment-16617132 ]
Ashutosh Chauhan commented on HIVE-20560: ----------------------------------------- Can't access test report anymore. But I presume its because of plan changes. If so, it will be better to retain original plan for these queries. So, we can set old value of the config in .q file at beginning set hive.llap.memory.oversubscription.max.executors.per.query = 3; and reset hive.llap.memory.oversubscription.max.executors.per.query; at the end to get these tests to pass. > Set hive.llap.memory.oversubscription.max.executors.per.query to be 1/3rd of > num of llap daemons > ------------------------------------------------------------------------------------------------ > > Key: HIVE-20560 > URL: https://issues.apache.org/jira/browse/HIVE-20560 > Project: Hive > Issue Type: Improvement > Components: Hive > Reporter: Miklos Gergely > Assignee: Miklos Gergely > Priority: Major > Fix For: 4.0.0 > > Attachments: HIVE-20560.01.patch > > > Unless hive.llap.memory.oversubscription.max.executors.per.query is not > specified by the user, > it should be calculated like this: > {noformat} > hive.llap.memory.oversubscription.max.executors.per.query = min(max(1, > int(hive.llap.daemon.num.executors / 3)),8) > {noformat} > In container mode it remains 3 (unless specified otherwise). -- This message was sent by Atlassian JIRA (v7.6.3#76005)