to read the file directly from HDFS without copying it to the local file system. i copied the results to the local file system though.
hduser@ubuntu:/usr/local/hadoop$ mkdir /tmp/gutenberg-output bin/hadoop dfs -getmerge /user/hduser/gutenberg-output /tmp/gutenberg-output DEPRECATED: Use of this script to execute hdfs command is deprecated. Instead use the hdfs command for it.
20/11/17 21:58:02 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable the linux answer is getmerge: `/tmp/gutenberg-output': Is a directory how to fix the error please?
