在自己的 hdfs 上创建目录及文件结构
hdfs dfs -mkdir -p /mamaedu/BIGDATA1
hdfs dfs -mkdir -p /mamaedu/B2giData2
hdfs dfs -touchz /mamaedu/B2giData2/a.txt
hdfs dfs -touchz /mamaedu/B2giData2/b.txt
hdfs dfs -ls -R /mamaedu
image.png

/trash 目录(回收站配置)

core-site.xml
image.png
hadoop fs -mkdir /Bigdata3
hadoop fs -touchz /Bigdata3/t.txt
hadoop fs -rm -R /Bigdata3

image.png