标签:input touch 原来 目录文件 创建时间 hdf bsp inpu 重命名
一、Hadoop提供的Shell命令完成相同任务:
cd /home/hadoop/
mkdir hadoop
cd hadoop
touch test.txt
gedit test.txt
ls
cat test.txt
./bin/hdfs dfs -mkidr input ./bin/hdfs dfs -put ~/hadoop/test.txt input ./bin/hdfs dfs -ls ./bin/hdfs dfs -cat input/test.txt rm -r ~hadoop/test.txt
./bin/hdfs dfs -get input/test.txt ~hadoop ./bin/hdfs dfs -rm -r input/test.txt ./bin/hdfs dfs -ls -input
二、
标签:input touch 原来 目录文件 创建时间 hdf bsp inpu 重命名
原文地址:https://www.cnblogs.com/crx234/p/8964245.html