50515253545556
Assert.assertEquals("month=01", convert.dirnameForValue( new MonthFieldPartitioner("timestamp", "month"), 1)); Assert.assertEquals("year=2013", convert.dirnameForValue( new YearFieldPartitioner("timestamp", "year"), 2013)); }