Hi. 2009/4/23 Matt Massie <m...@cloudera.com>
> Just for clarity: are you using any type of virtualization (e.g. vmware, > xen) or just running the DataNode java process on the same machine? > > What is "fs.default.name" set to in your hadoop-site.xml? > This machine has OpenVZ installed indeed, but all the applications run withing the host node, meaning all Java processes are running withing same machine. The fs.default.name is: hdfs://192.168.253.20:8020 Thanks.