[
https://issues.apache.org/jira/browse/HIVE-14916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15567323#comment-15567323
]
Dapeng Sun edited comment on HIVE-14916 at 10/12/16 2:32 AM:
-------------------------------------------------------------
Thank [~sseth], in my local environment, tests are also passed after adding the
following changes.
{noformat}
conf.setInt(YarnConfiguration.YARN_MINICLUSTER_NM_PMEM_MB, 4096);
486 conf.setInt(YarnConfiguration.RM_SCHEDULER_MINIMUM_ALLOCATION_MB,
1024);
487 conf.setInt(YarnConfiguration.RM_SCHEDULER_MAXIMUM_ALLOCATION_MB,
4096);
{noformat}
I attached a new patch {{HIVE-14916.003}} with these changes to trigger Jenkins.
was (Author: dapengsun):
Thank [~sseth], tests also passed after adding the following changes.
{noformat}
conf.setInt(YarnConfiguration.YARN_MINICLUSTER_NM_PMEM_MB, 4096);
486 conf.setInt(YarnConfiguration.RM_SCHEDULER_MINIMUM_ALLOCATION_MB,
1024);
487 conf.setInt(YarnConfiguration.RM_SCHEDULER_MAXIMUM_ALLOCATION_MB,
4096);
{noformat}
I attached a new patch {{HIVE-14916.003}} with these changes to trigger Jenkins.
> Reduce the memory requirements for Spark tests
> ----------------------------------------------
>
> Key: HIVE-14916
> URL: https://issues.apache.org/jira/browse/HIVE-14916
> Project: Hive
> Issue Type: Sub-task
> Reporter: Ferdinand Xu
> Assignee: Dapeng Sun
> Attachments: HIVE-14916.001.patch, HIVE-14916.002.patch,
> HIVE-14916.003.patch
>
>
> As HIVE-14887, we need to reduce the memory requirements for Spark tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)