HDFS access error from Cosmos global instance

65 views Asked by At

I'm trying to access to my HDFS space by using the Hadoop fs commands. I've followed the instuctions from: http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/BigData_Analysis_-_Quick_Start_for_Programmers

But after successfully logged in, the hadoop commands on fs fails.

$ ssh [email protected]

[tcappellari@cosmosmaster-gi ~]$ hadoop fs -ls /user/tcappellari
ls: Cannot access /user/tcappellari: No such file or directory.

Many thanks!

1

There are 1 answers

1
frb On BEST ANSWER

Your HDFS user space (/user/tcappellari) should be enabled now. This was an error when provisioning the account, possibly because the cluster was on safe mode.