Problem: Unknown scheme hdfs. It should correspond to a JournalType enumeration value

2011-05-20 Thread Eduardo Dario Ricci
Hy People I'm starting in hadoop commom.. and got some problem to try using a cluster.. I'm following the steps of this page: http://hadoop.apache.org/common/docs/r0.21.0/cluster_setup.html I done everything, but when I will format the HDFS, this error happens: I searched for something to help-

Re: Problem: Unknown scheme hdfs. It should correspond to a JournalType enumeration value

2011-05-20 Thread Todd Lipcon
Hi Eduardo, Sounds like you've configured your dfs.name.dirs to be on HDFS instead of like file paths. -Todd On Fri, May 20, 2011 at 2:20 PM, Eduardo Dario Ricci wrote: > Hy People > > I'm starting in hadoop commom.. and got some problem to try using a > cluster.. > > I'm following the steps of