-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16427/
-----------------------------------------------------------
(Updated Dec. 26, 2013, 6:29 p.m.)
Review request for accumulo.
Changes
-------
Incorporated Josh's and Bill's suggestions.
Bugs: ACCUMULO-2076
https://issues.apache.org/jira/browse/ACCUMULO-2076
Repository: accumulo
Description
-------
Writing client code for retrieving zookeeper and instance information is both
tedious and error prone. It would be great to remove this boiler-plate burden
from users.
Diffs (updated)
-----
src/core/src/main/java/org/apache/accumulo/core/client/ClasspathZooKeeperInstanceFactory.java
PRE-CREATION
src/core/src/main/java/org/apache/accumulo/core/client/InstanceFactory.java
PRE-CREATION
src/core/src/main/java/org/apache/accumulo/core/client/ZooKeeperInstance.java
fcadd384cc150b8422c3f5c33970c26efe142132
Diff: https://reviews.apache.org/r/16427/diff/
Testing
-------
None, yet. :)
Thanks,
Mike Drob