I installed the Hailop sigle-node configuration launched through cygwin under Win7. After starting Hadoop with
bin/start-all.sh
I launched
bin/hadoop dfs -ls
which returns me a list of files in my hadoop directory. Then i run
bin/hadoop datanode -format
bin/hadoop namenode -format
but -l still returns me the contents of my hadoop directory. As far as I understand, it should not return anything (empty folder). What am I doing wrong?
hadoop hdfs
Alex Nikulkov
source share