accumulo git commit: ACCUMULO-4304 Use built-in Java 8 Base64 correctly

2016-05-09 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/master 8e789f61d -> a6ecb7a41 ACCUMULO-4304 Use built-in Java 8 Base64 correctly Replaces unnecessary encoding/decoding of base64-encoded bytes with UTF-8, and instead uses the built-in decode(String) and encodeToString(byte[]) methods which

[4/6] accumulo git commit: Merge branch '1.7' into 1.8

2016-05-09 Thread ctubbsii
Merge branch '1.7' 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/9dec120e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9dec120e Diff:

[3/6] accumulo git commit: ACCUMULO-4305 Fix ShellUtilTest

2016-05-09 Thread ctubbsii
ACCUMULO-4305 Fix ShellUtilTest Fix ShellUtilTest base64 decoding test Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/04d0c19b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/04d0c19b Diff:

[1/6] accumulo git commit: ACCUMULO-4305 Fix ShellUtilTest

2016-05-09 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/1.7 160e2c796 -> 04d0c19bb refs/heads/1.8 8b96dcf65 -> 9dec120e0 refs/heads/master 7c812c3a2 -> 8e789f61d ACCUMULO-4305 Fix ShellUtilTest Fix ShellUtilTest base64 decoding test Project:

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

2016-05-09 Thread ctubbsii
Merge branch '1.8' Conflicts: shell/src/test/java/org/apache/accumulo/shell/ShellUtilTest.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8e789f61 Tree:

[2/6] accumulo git commit: ACCUMULO-4305 Fix ShellUtilTest

2016-05-09 Thread ctubbsii
ACCUMULO-4305 Fix ShellUtilTest Fix ShellUtilTest base64 decoding test Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/04d0c19b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/04d0c19b Diff:

[5/6] accumulo git commit: Merge branch '1.7' into 1.8

2016-05-09 Thread ctubbsii
Merge branch '1.7' 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/9dec120e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9dec120e Diff:

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

2016-05-09 Thread dlmarion
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/7c812c3a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7c812c3a Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7c812c3a

[1/3] accumulo git commit: ACCUMULO-4176: Add blurb to troubleshooting doc for tserver.walog.max.age

2016-05-09 Thread dlmarion
Repository: accumulo Updated Branches: refs/heads/master 4e2adbb3d -> 7c812c3a2 ACCUMULO-4176: Add blurb to troubleshooting doc for tserver.walog.max.age Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b95a1f95

[2/3] accumulo git commit: ACCUMULO-2118: Created new template file and build script for the HelloWorld jars. Wired up execution in start/pom.xml. Jars can be built with `mvn compile -PbuildJars`

2016-05-09 Thread dlmarion
ACCUMULO-2118: Created new template file and build script for the HelloWorld jars. Wired up execution in start/pom.xml. Jars can be built with `mvn compile -PbuildJars` Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit:

accumulo git commit: ACCUMULO-2118: Created new template file and build script for the HelloWorld jars. Wired up execution in start/pom.xml. Jars can be built with `mvn compile -PbuildJars`

2016-05-09 Thread dlmarion
Repository: accumulo Updated Branches: refs/heads/1.8 b95a1f951 -> 8b96dcf65 ACCUMULO-2118: Created new template file and build script for the HelloWorld jars. Wired up execution in start/pom.xml. Jars can be built with `mvn compile -PbuildJars` Project: