Skip to content

Commit

Permalink
[hbase098] document the client side buffering config. (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
busbey authored Apr 25, 2019
1 parent ac13d7f commit f3a7549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hbase098/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ 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.
* `clientbuffering`: Whether or not to use client side buffering and batching of write operations. This can significantly improve performance and defaults to true.
* `writebuffersize`: The maximum amount, in bytes, of data to buffer on the client side before a flush is forced. The default is 12MB. Only used when `clientbuffering` is true.

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 f3a7549

Please sign in to comment.