299300301302303304305306307308
LOG.info("split end row: " + new String(split.getEndRow())); this.tableRecordReader.setScan(sc); this.tableRecordReader.restart(split.getStartRow()); this.hbaseKey = new HBaseKey(); this.hbaseResult = new HBaseResult(); endReached = false; }