accumulo git commit: Add 1.7.2 Release

2016-06-22 Thread mdrob
Repository: accumulo Updated Branches: refs/heads/gh-pages 43f42b95c -> a9b0fda04 Add 1.7.2 Release Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a9b0fda0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/

[accumulo] Git Push Summary

2016-06-22 Thread ctubbsii
Repository: accumulo Updated Tags: refs/tags/rel/1.7.2 [created] e4b82f978

[accumulo] Git Push Summary

2016-06-22 Thread ctubbsii
Repository: accumulo Updated Tags: refs/tags/rel/1.7.2 [deleted] 7af3d4757

svn commit: r14095 - in /release/accumulo/1.7.2: MD5SUM SHA1SUM

2016-06-22 Thread ctubbsii
Author: ctubbsii Date: Wed Jun 22 21:44:22 2016 New Revision: 14095 Log: Fix spacing in *SUM files so they verify Add second space between hash and filename to more easily verify with `sha1sum -c SHA1SUM` and `md5sum -c MD5SUM` Modified: release/accumulo/1.7.2/MD5SUM release/accumulo/1.7

svn commit: r14094 - in /release/accumulo: 1.6.4/ 1.7.1/ 1.7.2/ 1.7.2/MD5SUM 1.7.2/SHA1SUM 1.7.2/accumulo-1.7.2-bin.tar.gz 1.7.2/accumulo-1.7.2-bin.tar.gz.asc 1.7.2/accumulo-1.7.2-src.tar.gz 1.7.2/acc

2016-06-22 Thread mdrob
Author: mdrob Date: Wed Jun 22 21:31:29 2016 New Revision: 14094 Log: Add Apache Accumulo 1.7.2 release artifacts Added: release/accumulo/1.7.2/ release/accumulo/1.7.2/MD5SUM release/accumulo/1.7.2/SHA1SUM release/accumulo/1.7.2/accumulo-1.7.2-bin.tar.gz (with props) release

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

2016-06-22 Thread ctubbsii
Merge branch '1.8' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/56af3a23 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/56af3a23 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/56af3a23 Branch:

[1/3] accumulo git commit: ACCUMULO-4348 Replace use of deprecated method

2016-06-22 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/1.8 5ba1c88de -> 104eeb374 refs/heads/master e3bd30eda -> 56af3a236 ACCUMULO-4348 Replace use of deprecated method Replace use of deprecated KerberosToken constructor with explicit login with UserGroupInformation first. Project: http://git-

[2/3] accumulo git commit: ACCUMULO-4348 Replace use of deprecated method

2016-06-22 Thread ctubbsii
ACCUMULO-4348 Replace use of deprecated method Replace use of deprecated KerberosToken constructor with explicit login with UserGroupInformation first. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/104eeb37 Tree: http

[4/7] accumulo git commit: Merge branch 'pr-119' into 1.8

2016-06-22 Thread ctubbsii
Merge branch 'pr-119' into 1.8 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dbfef0a6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/dbfef0a6 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/dbfef

[7/7] accumulo git commit: Merge branch '1.8'

2016-06-22 Thread ctubbsii
Merge branch '1.8' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e3bd30ed Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e3bd30ed Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e3bd30ed Branch:

[6/7] accumulo git commit: ACCUMULO-4348 Limit use of deprecated method

2016-06-22 Thread ctubbsii
ACCUMULO-4348 Limit use of deprecated method Move off the deprecated KerberosToken constructor where possible, and suppress warnings where not immediately possible. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5ba1c8

[5/7] accumulo git commit: ACCUMULO-4348 Limit use of deprecated method

2016-06-22 Thread ctubbsii
ACCUMULO-4348 Limit use of deprecated method Move off the deprecated KerberosToken constructor where possible, and suppress warnings where not immediately possible. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5ba1c8

[3/7] accumulo git commit: Merge branch 'pr-119' into 1.8

2016-06-22 Thread ctubbsii
Merge branch 'pr-119' into 1.8 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dbfef0a6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/dbfef0a6 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/dbfef

[2/7] accumulo git commit: ACCUMULO-4348 Deprecate KerberosToken constructor with side effects

2016-06-22 Thread ctubbsii
ACCUMULO-4348 Deprecate KerberosToken constructor with side effects `KerberosToken(String, File, boolean)` is deprecated in favor of `KerberosToken(String, File)`. The boolean flag would log in the requested user with Hadoop's `UserGroupInformation` class. This changed global state about who th

[1/7] accumulo git commit: ACCUMULO-4348 Deprecate KerberosToken constructor with side effects

2016-06-22 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/1.8 782135bfe -> 5ba1c88de refs/heads/master 8c2ecf823 -> e3bd30eda ACCUMULO-4348 Deprecate KerberosToken constructor with side effects `KerberosToken(String, File, boolean)` is deprecated in favor of `KerberosToken(String, File)`. The bool