261262263264265266267268269270271
return null; } @Override public InputFormat getInputFormat() { TableInputFormat inputFormat = new HBaseTableIFBuilder() .withLimit(limit_) .withGt(gt_) .withGte(gte_) .withLt(lt_) .withLte(lte_)
289290291292293294295296297298299
407408409410411412413414415416417
696697698699700701702703704705706
690691692693694695696697698699700
395396397398399400401402403404405
636637638639640641642643644645646
663664665666667668669670671672673
509510511512513514515516517518519
275276277278279280281282283284285
return null; } @Override public InputFormat getInputFormat() { HBaseTableInputFormat inputFormat = new HBaseTableIFBuilder() .withLimit(limit_) .withGt(gt_) .withGte(gte_) .withLt(lt_) .withLte(lte_)