题目7多选题
本地有test02.txt文件,将该文件的内容向HDFS上的文件 /se20/test01.txt追加的命令是( ).A. hadoop fs -appendtofile test02.txt /se20/test01.txtB. hadoop fs -get test02.txt /se20/test01.txtC. hadoop fs -put test02.txt /se20/test01.txtD. hadoop fs -appendToFile test02.txt /se20/test01.txt