1.创建文件

hdfs dfs -touchz /aaa/aa.txt

2.写入内容

echo "<Text to append>" | hdfs dfs -appendToFile - /aaa/aa.txt 
05-10 23:55