HDFSInputFormat supports reading all files in the specified directory (#302). Does FileInputFormat with NFSFileSplitter also support loading data from a folder?
This can be useful for TF-IDF example, so that all input files from a folder are loaded. This would be similar behavior as for the TF-IDF example in Spark.