Hello, When starting a hadoop job, I need to specify an input file and an output file. Can I instead specify a list of input files? example, I have the input distributed in the files: file000, file001, file002, file003, ... So I can I specify input files as file*. I can add all my files to HDFS.
Thanks in advance!
--Sayali
