Package com.cloudera.cdk.data.partition

Examples of com.cloudera.cdk.data.partition.MinuteFieldPartitioner


  @Test
  public void testDirnameMinWidth() {
    Assert.assertEquals("min=01",
        convert.dirnameForValue(
            new MinuteFieldPartitioner("timestamp", "min"), 1));
    Assert.assertEquals("hour=01",
        convert.dirnameForValue(
            new HourFieldPartitioner("timestamp", "hour"), 1));
    Assert.assertEquals("day=01",
        convert.dirnameForValue(
View Full Code Here

TOP

Related Classes of com.cloudera.cdk.data.partition.MinuteFieldPartitioner

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.