}
}
if (sc.hasTop()) {
System.out.println("last key: " + sc.getTopKey() + " value: " + sc.getTopValue());
}
sc.finishScan();
}
System.out.println("now scanning from the beginning of the table");
Text firstRow = new Text("");// new Text(String.format("row_%06d", 0));
Key firstKey = new Key(firstRow, columnf, columnq, Long.MAX_VALUE);