Skip to content
Snippets Groups Projects
Commit ddde8e3c authored by Josh Elser's avatar Josh Elser Committed by Kevin Risden
Browse files

[accumulo] A general "refresh" to the Accumulo binding (#947)

* Expand on the README, covering table creation and best-practices for table config
* Avoid unnecessary Text object creations (in loops and instead of byte[] usage)
* Use a ConcurrentHashMap to better match the DB API
* Fix error messages and always call printStackTrace() on exceptions
* Use BATCHED_OK instead of OK in insert() (more correct)
parent 78c3cfae
No related branches found
No related tags found
No related merge requests found
Loading
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