Issue Details (XML | Word | Printable)

Key: HADOOP-5958
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Aaron Kimball
Reporter: Devaraj Das
Votes: 0
Watchers: 10
Operations

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

Use JDK 1.6 File APIs in DF.java wherever possible

Created: 02/Jun/09 03:54 PM   Updated: Saturday 03:49 AM
Return to search
Component/s: fs
Affects Version/s: None
Fix Version/s: 0.22.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-5958-hdfs.patch 2009-10-29 01:59 AM Aaron Kimball 1 kB
Text File Licensed for inclusion in ASF works HADOOP-5958-mapred.patch 2009-10-29 01:59 AM Aaron Kimball 0.6 kB
Text File Licensed for inclusion in ASF works HADOOP-5958.2.patch 2009-10-29 09:08 PM Aaron Kimball 18 kB
Text File Licensed for inclusion in ASF works HADOOP-5958.3.patch 2009-10-29 10:13 PM Aaron Kimball 18 kB
Text File Licensed for inclusion in ASF works HADOOP-5958.4.patch 2009-11-09 11:15 PM Aaron Kimball 18 kB
Text File Licensed for inclusion in ASF works HADOOP-5958.patch 2009-10-29 02:00 AM Aaron Kimball 9 kB


 Description  « Hide
JDK 1.6 has File APIs like File.getFreeSpace() which should be used instead of spawning a command process for getting the various disk/partition related attributes. This would avoid spikes in memory consumption by tasks when things like LocalDirAllocator is used for creating paths on the filesystem.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.