You have a directory named jobdata in HDFS that contains four files: _first.txt, second.txt, .third.txt and #data.txt. How many files will be processed by the FileInputFormat.setInputPaths () command when it's given a path object representing this directory?
Files starting with '_' are considered 'hidden' like unix files starting with '.'.
# characters are allowed in HDFS file names.
Currently there are no comments in this discussion, be the first to comment!