Saturday, 28 February 2015

many small XML documents storage in HDFS



This post provides a great example of a basic way to stores XMLs in HDFS: how to store XML files in hadoop? (hadoop fs -copyFromLocal File.xml)


My question, for smaller XML files in this a favorable approach? Or instead should they be stored in a sequencefile? an example of the sequencefile handling would be very much appreciated.


No comments:

Post a Comment