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" <[email protected]> An: [email protected] Betreff: Re: HDFS block physical location >nohup hadoop fsck / -files -blocks -locations >cat nohup.out | grep [your block name] Hope this helps. On Wed, Jul 25, 2012 at 5:17 PM, <[email protected]> wrote: > 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 to > know which block ends up on which harddisk. > > Thanks! > JS > >
