// try {
// TimestampsDescriptor tsd = new TimestampsDescriptor();
// HTable table = new HTable(tableName);
// RowResult row = table.getRow(rowName);
throw new HBaseRestException("operation currently unsupported");
// } catch (IOException e) {
// throw new HBaseRestException("Error finding timestamps for row: "
// + Bytes.toString(rowName), e);
// }