When writing a query in Hive, it is difficult to specify a date rage because the hive tables are partitioned by individual date partition fields.
Idea: add a new partition field like date='2014-12-01-00' to each webrequest partition, to allow users to use conditionals like:
where date BETWEEN '2014-12-25-00' AND '2015-01-01-00'.
(Declining, Dan wrote a JS bookmarklet to help with this)