[jira] [Updated] (MAPREDUCE-5608) Replace and deprecate mapred.tasktracker.indexcache.mb

2024-02-11 Thread Shilun Fan (Jira)


 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shilun Fan updated MAPREDUCE-5608:
--
 Component/s: mapreduce-client
Hadoop Flags: Reviewed
Target Version/s: 3.4.0

> Replace and deprecate mapred.tasktracker.indexcache.mb
> --
>
> Key: MAPREDUCE-5608
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5608
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mapreduce-client
>Affects Versions: 2.2.0
>Reporter: Sandy Ryza
>Assignee: Ashutosh Gupta
>Priority: Major
>  Labels: BB2015-05-TBR, configuration, newbie, 
> pull-request-available
> Fix For: 3.4.0
>
> Attachments: MAPREDUCE-5608-002.patch, MAPREDUCE-5608.003.patch, 
> MAPREDUCE-5608.patch
>
>
> In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size 
> of the shuffle service index cache.  As the tasktracker no longer exists, we 
> should replace this with something like mapreduce.shuffle.indexcache.mb. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Updated] (MAPREDUCE-5608) Replace and deprecate mapred.tasktracker.indexcache.mb

2022-11-13 Thread Akira Ajisaka (Jira)


 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated MAPREDUCE-5608:
-
   Fix Version/s: 3.4.0
Target Version/s:   (was: )
  Resolution: Fixed
  Status: Resolved  (was: Patch Available)

Committed to trunk.

> Replace and deprecate mapred.tasktracker.indexcache.mb
> --
>
> Key: MAPREDUCE-5608
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5608
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.2.0
>Reporter: Sandy Ryza
>Assignee: Ashutosh Gupta
>Priority: Major
>  Labels: BB2015-05-TBR, configuration, newbie, 
> pull-request-available
> Fix For: 3.4.0
>
> Attachments: MAPREDUCE-5608-002.patch, MAPREDUCE-5608.003.patch, 
> MAPREDUCE-5608.patch
>
>
> In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size 
> of the shuffle service index cache.  As the tasktracker no longer exists, we 
> should replace this with something like mapreduce.shuffle.indexcache.mb. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Updated] (MAPREDUCE-5608) Replace and deprecate mapred.tasktracker.indexcache.mb

2022-10-13 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated MAPREDUCE-5608:
--
Labels: BB2015-05-TBR configuration newbie pull-request-available  (was: 
BB2015-05-TBR configuration newbie)

> Replace and deprecate mapred.tasktracker.indexcache.mb
> --
>
> Key: MAPREDUCE-5608
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5608
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.2.0
>Reporter: Sandy Ryza
>Assignee: Ashutosh Gupta
>Priority: Major
>  Labels: BB2015-05-TBR, configuration, newbie, 
> pull-request-available
> Attachments: MAPREDUCE-5608-002.patch, MAPREDUCE-5608.003.patch, 
> MAPREDUCE-5608.patch
>
>
> In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size 
> of the shuffle service index cache.  As the tasktracker no longer exists, we 
> should replace this with something like mapreduce.shuffle.indexcache.mb. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Updated] (MAPREDUCE-5608) Replace and deprecate mapred.tasktracker.indexcache.mb

2016-10-17 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated MAPREDUCE-5608:
-
Attachment: MAPREDUCE-5608.003.patch

Fixes checkstyle warnings.

> Replace and deprecate mapred.tasktracker.indexcache.mb
> --
>
> Key: MAPREDUCE-5608
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5608
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.2.0
>Reporter: Sandy Ryza
>Assignee: Akira Ajisaka
>  Labels: BB2015-05-TBR, configuration, newbie
> Attachments: MAPREDUCE-5608-002.patch, MAPREDUCE-5608.003.patch, 
> MAPREDUCE-5608.patch
>
>
> In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size 
> of the shuffle service index cache.  As the tasktracker no longer exists, we 
> should replace this with something like mapreduce.shuffle.indexcache.mb. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Updated] (MAPREDUCE-5608) Replace and deprecate mapred.tasktracker.indexcache.mb

2015-05-05 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-5608:

Labels: BB2015-05-TBR configuration newbie  (was: configuration newbie)

 Replace and deprecate mapred.tasktracker.indexcache.mb
 --

 Key: MAPREDUCE-5608
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5608
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 2.2.0
Reporter: Sandy Ryza
Assignee: Akira AJISAKA
  Labels: BB2015-05-TBR, configuration, newbie
 Attachments: MAPREDUCE-5608-002.patch, MAPREDUCE-5608.patch


 In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size 
 of the shuffle service index cache.  As the tasktracker no longer exists, we 
 should replace this with something like mapreduce.shuffle.indexcache.mb. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5608) Replace and deprecate mapred.tasktracker.indexcache.mb

2015-03-27 Thread Akira AJISAKA (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated MAPREDUCE-5608:
-
Attachment: MAPREDUCE-5608-002.patch

Rebased.

 Replace and deprecate mapred.tasktracker.indexcache.mb
 --

 Key: MAPREDUCE-5608
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5608
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 2.2.0
Reporter: Sandy Ryza
Assignee: Akira AJISAKA
  Labels: configuration, newbie
 Attachments: MAPREDUCE-5608-002.patch, MAPREDUCE-5608.patch


 In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size 
 of the shuffle service index cache.  As the tasktracker no longer exists, we 
 should replace this with something like mapreduce.shuffle.indexcache.mb. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5608) Replace and deprecate mapred.tasktracker.indexcache.mb

2013-11-06 Thread Akira AJISAKA (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated MAPREDUCE-5608:
-

Attachment: MAPREDUCE-5608.patch

 Replace and deprecate mapred.tasktracker.indexcache.mb
 --

 Key: MAPREDUCE-5608
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5608
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 2.2.0
Reporter: Sandy Ryza
Assignee: Akira AJISAKA
  Labels: newbie
 Attachments: MAPREDUCE-5608.patch


 In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size 
 of the shuffle service index cache.  As the tasktracker no longer exists, we 
 should replace this with something like mapreduce.shuffle.indexcache.mb. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (MAPREDUCE-5608) Replace and deprecate mapred.tasktracker.indexcache.mb

2013-11-06 Thread Akira AJISAKA (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated MAPREDUCE-5608:
-

  Labels: configuration newbie  (was: newbie)
Target Version/s: 3.0.0
  Status: Patch Available  (was: Open)

 Replace and deprecate mapred.tasktracker.indexcache.mb
 --

 Key: MAPREDUCE-5608
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5608
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 2.2.0
Reporter: Sandy Ryza
Assignee: Akira AJISAKA
  Labels: newbie, configuration
 Attachments: MAPREDUCE-5608.patch


 In MR2 mapred.tasktracker.indexcache.mb still works for configuring the size 
 of the shuffle service index cache.  As the tasktracker no longer exists, we 
 should replace this with something like mapreduce.shuffle.indexcache.mb. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)