Assert.assertEquals("hour=01",
convert.dirnameForValue(
new HourFieldPartitioner("timestamp", "hour"), 1));
Assert.assertEquals("day=01",
convert.dirnameForValue(
new DayOfMonthFieldPartitioner("timestamp", "day"), 1));
Assert.assertEquals("month=01",
convert.dirnameForValue(
new MonthFieldPartitioner("timestamp", "month"), 1));
Assert.assertEquals("year=2013",
convert.dirnameForValue(