Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: README
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d9852eb5 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d9852eb5 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d9852eb5 Branch: refs/heads/master Commit: d9852eb5717c82a860736abc1b21ed657c93c73d Parents: c6163b4 f51b512 Author: Sean Busbey <bus...@cloudera.com> Authored: Mon Mar 24 14:19:39 2014 -0500 Committer: Sean Busbey <bus...@cloudera.com> Committed: Mon Mar 24 14:19:39 2014 -0500 ---------------------------------------------------------------------- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/d9852eb5/README ---------------------------------------------------------------------- diff --cc README index 66c4df0,84529b3..61df876 --- a/README +++ b/README @@@ -358,9 -302,8 +358,9 @@@ redirected to the log dir The public accumulo API is composed of : * everything under org.apache.accumulo.core.client, excluding impl packages - * Key, Mutation, Value, and Range in org.apache.accumulo.core.data. - * org.apache.accumulo.server.minicluster + * Key, Mutation, Value, Range, Condition, and ConditionalMutation in + org.apache.accumulo.core.data. - * org.apache.accumulo.server.mini, excluding impl package ++ * org.apache.accumulo.server.minicluster, excluding impl package To get started using accumulo review the example and the javadoc for the packages and classes mentioned above.