You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Hans Uhlig <hu...@uhlisys.com> on 2012/12/06 03:40:46 UTC

How to acquire Input Filename

I am currently using multiple inputs to merge quite a few different but
related filetypes and I am attempting to track down some bad data. However
Multiple inputs shields the FileSplit behind a TaggedInputSplit and
map.input.file is no longer used. How can one get the file path now for
tracking down problems?