131132133134135136137138139
/** * @param args * @throws Exception */ public static void main(String[] args) throws Exception { HBaseConfiguration c = new HBaseConfiguration(); int errCode = ToolRunner.run(c, new RowCounter(), args); System.exit(errCode); }