Issue Details (XML | Word | Printable)

Key: HADOOP-3848
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arun C Murthy
Reporter: Arun C Murthy
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

TaskTracker.localizeJob calls getSystemDir for each task rather than caching it

Created: 29/Jul/08 04:44 AM   Updated: 08/Jul/09 04:52 PM
Return to search
Component/s: None
Affects Version/s: 0.18.0
Fix Version/s: 0.19.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-3848_0_20080729.patch 2008-07-29 08:13 PM Arun C Murthy 3 kB

Hadoop Flags: Reviewed
Resolution Date: 30/Jul/08 10:16 PM


 Description  « Hide
We should call it once and cache that value, I see 100k+ RPCs for large jobs...

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #681223 Wed Jul 30 22:16:45 UTC 2008 omalley HADOOP-3848. Cache calls to getSystemDir in the TaskTracker instead of
calling it for each task start. Contributed by Arun C. Murthy.
Files Changed
MODIFY /hadoop/core/trunk/src/mapred/org/apache/hadoop/mapred/TaskTracker.java
MODIFY /hadoop/core/trunk/CHANGES.txt