Use extended json for Dates and other datatypes which aren't part of native JSON. For example:
{"created_at":{"$gt":{"$date":1182470400000}}}
(using the long representation of the date).
hadoop jar path_to_jar.jar -Dmongo.input.query=' {"created_at":{"$gt":{"$date":"1370784120000"}}}' path_to_config_class, (The date refers to 2013/06/09 Sunday and I have data in db which have created at greater than this date.. but its not working Just a guess: escape the $-sign.