hadoop - Where do hdfs directories reside in linux? -
running first map-reduce program. created directory in hdfs using
hdfs dfs -mkdir input
the directories created way reside in hdfs home dir i.e /usr/hdfs (..?) couldn't find directory 'input' created above anywhere in linux os. thoughts?
actually cannot see hdfs directories directly there 2 methods see file in hdfs file system location
1st method terminal
hdfs dfs -ls /user/cloudera
so can see files in hdfs filesystem in 'cloudera' named directory
2nd method using browser.
http://localhost:50070 in have go browse file system , see files stored in hdfs file system.
Comments
Post a Comment