accumulo git commit: ACCUMULO-2131 while statement used as if statement. Changed the while to an if.

2015-04-09 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/master 8fbf2dce0 -> aac619c96 ACCUMULO-2131 while statement used as if statement. Changed the while to an if. Signed-off-by: Christopher Tubbs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org

[2/2] accumulo git commit: Merge remote-tracking branch 'github/ACCUMULO-3714'

2015-04-09 Thread ctubbsii
Merge remote-tracking branch 'github/ACCUMULO-3714' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8fbf2dce Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8fbf2dce Diff: http://git-wip-us.apache.org/repos/as

[1/2] accumulo git commit: ACCUMULO-3714 Replace PropertyFilter

2015-04-09 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/master 8fae3f806 -> 8fbf2dce0 ACCUMULO-3714 Replace PropertyFilter * Replace internal PropertyFilter with Guava's Predicate. * Preserve MockConfiguration public API by deprecating PropertyFilter Project: http://git-wip-us.apache.org/repos/asf

[2/3] accumulo git commit: ACCUMULO-3719 Add StrictHostKeyChecking=no to default SSH options

2015-04-09 Thread elserj
ACCUMULO-3719 Add StrictHostKeyChecking=no to default SSH options For testing purposes, strict host key verification is probably overkill. Disable it by default. Users can still override this on their own if they are concerned about security implications. Project: http://git-wip-us.apache.org/re

[3/3] accumulo git commit: Merge branch '1.6'

2015-04-09 Thread elserj
Merge branch '1.6' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8fae3f80 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8fae3f80 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8fae3f80 Branch:

[1/3] accumulo git commit: ACCUMULO-3719 Add StrictHostKeyChecking=no to default SSH options

2015-04-09 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6 29c82dbbd -> 6605ad415 refs/heads/master 27f3b3088 -> 8fae3f806 ACCUMULO-3719 Add StrictHostKeyChecking=no to default SSH options For testing purposes, strict host key verification is probably overkill. Disable it by default. Users can st