Skip to content
Snippets Groups Projects
Commit 1479818c authored by Chris Larsen's avatar Chris Larsen
Browse files

[hbase098] Add missing `writebuffersize` documentation and note to

modify hbase-site.xml
parent f675c056
No related branches found
No related tags found
No related merge requests found
<!-- <!--
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 Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may not use this file except in compliance with the License. You
...@@ -77,3 +77,6 @@ Following options can be configurable using `-p`. ...@@ -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, * `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. 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. * `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`.
\ No newline at end of file
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