-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 4.0.0
-
Component/s: Query Processor, Tez
-
Labels:None
The cause of exception is due to this loops over newFilesNotFromConf and tries to access newResources.get in that.
Size of newResources is determined by utils.localizeTempFiles() here which may return a smaller list depending upon the skipFilesFromConf and this would result in newResources.size() < newFilesNotFromConf.length causing IndexOutOfBounds.