HDFS block physical location

2012-07-25 Thread 20seconds
Hi, just a short question. Is there any way to figure out the physical storage location of a given block? I don't mean just a list of hostnames (which I know how to obtain), but actually the file where it is being stored in. We use several hard disks for hdfs data on each node, and I would need

Aw: Re: HDFS block physical location

2012-07-25 Thread 20seconds
Thanks, but that just gives me the hostnames or am I overlooking something? I actually need the filename/harddisk on the node. JS Gesendet: Mittwoch, 25. Juli 2012 um 23:33 Uhr Von: "Chen He" An: common-user@hadoop.apache.org Betreff: Re: HDFS block physical location >nohup hadoop fsck / -files

Scheduler - Partitioning

2009-07-30 Thread 20seconds
Hi, a short question regarding different schedulers ( FairScheduler & CapacityScheduler). How is the clusteractually split? Is it on the time basis (first run job x on entire cluster then ... ) or on a node basis (job x runs on nodes 1-100, jobs2 ). Thanks for your support!

Scheduler - Partitioning

2009-07-30 Thread 20seconds
Hi, a short question regarding different schedulers ( FairScheduler & CapacityScheduler). How is the clusteractually split? Is it on the time basis (first run job x on entire cluster then ... ) or on a node basis (job x runs on nodes 1-100, jobs2 ). Thanks for your support!

Job status task attempt 120%:

2009-08-02 Thread 20seconds
Hi, when I check my running jobs via the jobtracker web interface I see that one task attempt is at 120% . Is there a logical explanation? Thanks