How can I concatenate two files in hadoop into one using Hadoop FS shell?
问题 I am working with Hadoop 0.20.2 and would like to concatenate two files into one using the -cat shell command if possible (source: http://hadoop.apache.org/common/docs/r0.19.2/hdfs_shell.html) Here is the command I'm submitting (names have been changed): **/path/path/path/hadoop-0.20.2> bin/hadoop fs -cat /user/username/folder/csv1.csv /user/username/folder/csv2.csv > /user/username/folder/outputdirectory/** It returns bash: /user/username/folder/outputdirectory/: No such file or directory I