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
