HTable table =
new
HTable(hbaseConfig, “mytest”);
Delete d =
Delete(“row1″.getBytes());
table.delete(d);