|
|
-
Re: How to acquire Input FilenameHans Uhlig 2012-12-08, 18:31
As I said, getInputSplit() Returns a TaggedInputSplit which is private.
On Thu, Dec 6, 2012 at 7:50 AM, Olivier Varene - echo <[EMAIL PROTECTED]>wrote: > Have you tried with > > String fileName = ((org.apache.hadoop.mapreduce.lib.input.FileSplit) context.getInputSplit()).getPath().getName(); > > > ? > > hope it helps > Olivier > > Le 6 déc. 2012 à 00:24, Hans Uhlig a écrit : > > 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? > > > |