Skip to content
Snippets Groups Projects
Commit fa173a26 authored by Brian Frank Cooper's avatar Brian Frank Cooper
Browse files

Merge branch 'master' of github.com:brianfrankcooper/YCSB

parents 8a3ac3de ab55f7aa
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,13 @@ public class HBaseClient extends com.yahoo.ycsb.DB
*/
public void cleanup() throws DBException
{
try {
if (_hTable != null) {
_hTable.flushCommits();
}
} catch (IOException e) {
throw new DBException(e);
}
}
public void getHTable(String table) throws IOException
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment