Issue Details (XML | Word | Printable)

Key: HADOOP-4745
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Tom White
Reporter: Tom White
Votes: 0
Watchers: 1
Operations

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

EC2 scripts should configure Hadoop to use all available disks on large instances

Created: 01/Dec/08 02:50 PM   Updated: 15/Dec/08 07:51 PM
Return to search
Component/s: contrib/ec2
Affects Version/s: 0.19.0
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works hadoop-4745.patch 2008-12-01 02:55 PM Tom White 4 kB
Issue Links:
Reference
 


 Description  « Hide
The Hadoop configuration on EC2 currently always uses a single disk, even when more are available (http://docs.amazonwebservices.com/AWSEC2/2007-08-29/DeveloperGuide/instance-storage.html). Performance is significantly boosted by using all the available disks, so we should configure Hadoop to use them automatically.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Tom White added a comment - 01/Dec/08 02:55 PM
Patch that changes the instance boot script to: query for the instance type, format and mount available disks, configure hadoop-site.xml appropriately according to instance type.