Skip to content

Commit

Permalink
[hbase098] Add missing writebuffersize documentation and note to
Browse files Browse the repository at this point in the history
modify hbase-site.xml
  • Loading branch information
manolama committed Apr 9, 2016
1 parent f675c05 commit 1479818
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hbase098/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2015 YCSB contributors. All rights reserved.
Copyright (c) 2015-2016 YCSB contributors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You
Expand Down Expand Up @@ -77,3 +77,6 @@ Following options can be configurable using `-p`.
* `principal`: If testing need to be done against a secure HBase cluster using Kerberos Keytab,
this property can be used to pass the principal in the keytab file.
* `keytab`: The Kerberos keytab file name and location can be passed through this property.
* `writebuffersize`: The maximum amount, in bytes, of data to buffer on the client side before a flush is forced. The default is 12MB.

Additional HBase settings should be provided in the `hbase-site.xml` file located in your `/HBASE-HOME-DIR/conf` directory. Typically this will be `/etc/hbase/conf`.

0 comments on commit 1479818

Please sign in to comment.