65666768697071727374
Text end = new Text(rangeVector[i+1]); int u = rangeVector[i+2].indexOf("_"); Text location = new Text(rangeVector[i+2].substring(0,u)); splits[i] = new TableSplit(m_tableName, start, end, location); } return splits; }