Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.3, 2.0.0-alpha
-
None
-
Reviewed
Description
In the MultiFileWordCount#CombineFileLineRecordReader, filesystem object has been initialized in the following way
fs = FileSystem.get(context.getConfiguration());
This causes, fs to be initialized with default filesystem. Therefore fs searchs for the input files on the default file system, which fails if the input path is from different source.