Skip to content

Commit

Permalink
Enforce version to the previous default of 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgeorge committed May 31, 2016
1 parent 7738b39 commit 4f82fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch09/src/main/java/client/DeleteTimestampExample.java
Expand Up @@ -27,7 +27,7 @@ public static void main(String[] args) throws IOException, InterruptedException

HBaseHelper helper = HBaseHelper.getHelper(conf);
helper.dropTable("testtable");
helper.createTable("testtable", "colfam1");
helper.createTable("testtable", 3, "colfam1");

Connection connection = ConnectionFactory.createConnection(conf);

Expand Down

0 comments on commit 4f82fb2

Please sign in to comment.