You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by kamaldeep singh <ka...@gmail.com> on 2015/01/09 07:33:26 UTC

Unit Tests failing on hadoop - IOE creating namenodes

Hi ,

I'm trying to run some unit tests in hadoop like TestDFSShell but they are
all failing giving error

ERROR hdfs.MiniDFSCluster (MiniDFSCluster.java:initMiniDFSCluster(707)) -
IOE creating namenodes. Permissions dump:

path 'build/test/data/dfs/data':

absolute:hadoop-2.4.1-src/hadoop-hdfs-project/hadoop-hdfs/build/test/data/dfs/data

 permissions: ----

....


The umask is set correctly to 022   -  HDFS-2556 ...


These dir are in fact getting created so i dunno what the issue is. The
trace is not clear .


I'm using a Mac.

Thanks,

Kamal