[
https://issues.apache.org/jira/browse/TEZ-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16454648#comment-16454648
]
Kuhu Shukla commented on TEZ-3887:
----------------------------------
[~jeagles] , thank you for the patch!
The test failures are not related to the patch. Minor nit.
{code:java}
totalMemoryAllowed = conf.getInt(INDEX_CACHE_MB,10) * 1024 * 1024;
{code}
Missing whitespace between comma and 10 in the above line. Tests look good.
> Tez Shuffle Handler should support Index Cache configuration
> ------------------------------------------------------------
>
> Key: TEZ-3887
> URL: https://issues.apache.org/jira/browse/TEZ-3887
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jonathan Eagles
> Assignee: Jonathan Eagles
> Priority: Major
> Attachments: TEZ-3887.1.patch
>
>
> MapReduce shuffle handler allows configuration of Shuffle Handler Index Cache
> size. This Jira adds this configuration as well as ports the TestIndexCache
> file from MapReduce to Tez.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)