Hello.

I'm using Hadoop to process several XML files, each with several XML
records, through a group of Linux servers. I am using an XMLInputFormat that
I found 
http://www.nabble.com/map-reduce-function-on-xml-string-td15816818.html here
in Nabble , and I'm using the TextOutputFormat with an overrided write
funcion, to output XML. 

Yet, the XML needs its root tag and the ?xml line. Where is the best place
to place two writing functions like header() and footer()? I've tried, but
all I manage was to write in the local task, not in the synchronized
"part-0000" file. 
-- 
View this message in context: 
http://www.nabble.com/Headers-and-footers-on-Hadoop-output-results-tp16571385p16571385.html
Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

Reply via email to