I'm a starter using Hadoop. Looking in the documentation of Apache Hadoop I've just found that data can be sorted mainly by numeric or alphabetical order. Here the link to the API's documentation:
https://hadoop.apache.org/docs/r1.2.1/api/org/apache/hadoop/mapred/lib/KeyFieldBasedComparator.html
Is it there any way I could make my data merge in chronological order?