Hi,
We can provide input files to the mapper as
FileInputFormat.setInputPaths(conf, inputPath);
Is it possible to pass a reference to memory say a DOM tree constructed using a DOM parser after parsing an xml file as an input to mapper function of Hadoop framework.
What other possibilities are there ?
Thanks, L