[1/2] git commit: ACCUMULO-2590 Updates our Public API declaration to be more explicit.

2014-04-01 Thread busbey
Repository: accumulo Updated Branches: refs/heads/master 03233d790 -> d9e413c9c ACCUMULO-2590 Updates our Public API declaration to be more explicit. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d896bf37 Tree: htt

[2/2] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-04-01 Thread busbey
Merge branch '1.6.0-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d9e413c9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d9e413c9 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d9e413

git commit: ACCUMULO-2590 Updates our Public API declaration to be more explicit.

2014-04-01 Thread busbey
Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT a1814fc0d -> d896bf37d ACCUMULO-2590 Updates our Public API declaration to be more explicit. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d896bf37 T

[3/3] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-04-01 Thread ctubbsii
Merge branch '1.6.0-SNAPSHOT' Conflicts: init/pom.xml Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/03233d79 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/03233d79 Diff: http://git-wip-us.apache.o

[6/6] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-04-01 Thread elserj
Merge branch '1.6.0-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/77bb2730 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/77bb2730 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/77bb27

[4/6] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-04-01 Thread elserj
Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapred/InputFormatBase.java core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java Project: http://git-wip-us.apache.org/repos/asf/accumulo

[2/6] git commit: ACCUMULO-2586 Add in a deprecated RangeInputSplit to replace the 1.5.0 structure

2014-04-01 Thread elserj
ACCUMULO-2586 Add in a deprecated RangeInputSplit to replace the 1.5.0 structure RangeInputSplit doesn't need to be duplicative, but 1.5.0 had it as such, so it should also be in all of 1.5 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/a

[1/6] git commit: ACCUMULO-2586 Add in a deprecated RangeInputSplit to replace the 1.5.0 structure

2014-04-01 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.5.2-SNAPSHOT 34a44e700 -> 22a6209b8 refs/heads/1.6.0-SNAPSHOT 3a1b38719 -> 86cafd972 refs/heads/master e48e51ea2 -> 77bb27300 ACCUMULO-2586 Add in a deprecated RangeInputSplit to replace the 1.5.0 structure RangeInputSplit doesn't need to

[3/6] git commit: ACCUMULO-2586 Add in a deprecated RangeInputSplit to replace the 1.5.0 structure

2014-04-01 Thread elserj
ACCUMULO-2586 Add in a deprecated RangeInputSplit to replace the 1.5.0 structure RangeInputSplit doesn't need to be duplicative, but 1.5.0 had it as such, so it should also be in all of 1.5 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/a

[5/6] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-04-01 Thread elserj
Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapred/InputFormatBase.java core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java Project: http://git-wip-us.apache.org/repos/asf/accumulo

[1/3] git commit: ACCUMULO-2592 Create AccumuloCluster and AccumuloConfig interfaces to allow for proper non-minicluster implementations.

2014-04-01 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 7ac4b54a7 -> 3a1b38719 refs/heads/master 5a3e4c47c -> e48e51ea2 ACCUMULO-2592 Create AccumuloCluster and AccumuloConfig interfaces to allow for proper non-minicluster implementations. Includes package-level javadocs in lieu of

[3/3] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-04-01 Thread elserj
Merge branch '1.6.0-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e48e51ea Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e48e51ea Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e48e51

[2/3] git commit: ACCUMULO-2592 Create AccumuloCluster and AccumuloConfig interfaces to allow for proper non-minicluster implementations.

2014-04-01 Thread elserj
ACCUMULO-2592 Create AccumuloCluster and AccumuloConfig interfaces to allow for proper non-minicluster implementations. Includes package-level javadocs in lieu of some specific annotation specifying api "experimental" status. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit

[2/3] git commit: ACCUMULO-2605 list slf4j as a test dependency

2014-04-01 Thread ecn
ACCUMULO-2605 list slf4j as a test dependency Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7ac4b54a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7ac4b54a Diff: http://git-wip-us.apache.org/repos/asf/accu

[1/3] git commit: ACCUMULO-2601 test for the existence of /accumulo in hdfs

2014-04-01 Thread ecn
Repository: accumulo Updated Branches: refs/heads/master 7eaa02943 -> 5a3e4c47c ACCUMULO-2601 test for the existence of /accumulo in hdfs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7a68838a Tree: http://git-wip-

[3/3] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-04-01 Thread ecn
Merge branch '1.6.0-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5a3e4c47 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5a3e4c47 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5a3e4c

git commit: ACCUMULO-2605 list slf4j as a test dependency

2014-04-01 Thread ecn
Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 7a68838ac -> 7ac4b54a7 ACCUMULO-2605 list slf4j as a test dependency Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7ac4b54a Tree: http://git-wip-us.a

git commit: ACCUMULO-2601 test for the existence of /accumulo in hdfs

2014-04-01 Thread ecn
Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 4956b15a6 -> 7a68838ac ACCUMULO-2601 test for the existence of /accumulo in hdfs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7a68838a Tree: http://

git commit: ACCUMULO-2601 test for the existence of /accumulo in hdfs

2014-04-01 Thread ecn
Repository: accumulo Updated Branches: refs/heads/master b4f92abfe -> 7eaa02943 ACCUMULO-2601 test for the existence of /accumulo in hdfs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7eaa0294 Tree: http://git-wip-

[1/2] git commit: ACCUMULO-2601 remove initialization from rpm

2014-04-01 Thread ecn
Repository: accumulo Updated Branches: refs/heads/master e94cd92ef -> b4f92abfe ACCUMULO-2601 remove initialization from rpm Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4956b15a Tree: http://git-wip-us.apache.org

[2/2] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-04-01 Thread ecn
Merge branch '1.6.0-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b4f92abf Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b4f92abf Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b4f92a

git commit: ACCUMULO-2601 remove initialization from rpm

2014-04-01 Thread ecn
Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 4a77566a3 -> 4956b15a6 ACCUMULO-2601 remove initialization from rpm Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4956b15a Tree: http://git-wip-us.ap