[22/26] git commit: Fix some missing imports

2014-01-31 Thread elserj
Fix some missing imports Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4a78265b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4a78265b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4a78265b B

[19/26] git commit: UTF8, entrySet instead of keySet and removal of an unnecessary static var.

2014-01-31 Thread elserj
UTF8, entrySet instead of keySet and removal of an unnecessary static var. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d2dceb2d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d2dceb2d Diff: http://git-wip

[13/26] git commit: Change keySet iterator to an entrySet iterator to avoid an extra get call on the Map

2014-01-31 Thread elserj
Change keySet iterator to an entrySet iterator to avoid an extra get call on the Map Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7d9a96ab Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7d9a96ab Diff: htt

[26/26] git commit: UTF8, unnecessary object creation (String, Boolean)

2014-01-31 Thread elserj
UTF8, unnecessary object creation (String, Boolean) Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/93207880 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/93207880 Diff: http://git-wip-us.apache.org/repos/as

[17/26] git commit: utf8 encoding, replace unix newlines for system-dependent newlines, add Serializable to comparator, and avoid Long/Short constructor use when we have a primitive already.

2014-01-31 Thread elserj
utf8 encoding, replace unix newlines for system-dependent newlines, add Serializable to comparator, and avoid Long/Short constructor use when we have a primitive already. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/

[20/26] UTF8 and Integer/Long fixes to the test module

2014-01-31 Thread elserj
http://git-wip-us.apache.org/repos/asf/accumulo/blob/990da6ae/test/src/main/java/org/apache/accumulo/test/randomwalk/concurrent/ChangeAuthorizations.java -- diff --git a/test/src/main/java/org/apache/accumulo/test/randomwalk/concu

[05/26] git commit: Fix an InputFormatBase blunder, add defensive copies, and lots of UTF8

2014-01-31 Thread elserj
Fix an InputFormatBase blunder, add defensive copies, and lots of UTF8 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4ec34115 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4ec34115 Diff: http://git-wip-us.

[14/26] git commit: Lots of Constants.UTF8 usages on String constructor and toBytes() calls

2014-01-31 Thread elserj
Lots of Constants.UTF8 usages on String constructor and toBytes() calls Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d3b19c19 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d3b19c19 Diff: http://git-wip-us

[07/26] git commit: Make Comparators Serializable too, UTF8, and entrySet instead of keySet

2014-01-31 Thread elserj
Make Comparators Serializable too, UTF8, and entrySet instead of keySet Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/10bd1d3a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/10bd1d3a Diff: http://git-wip-us

[09/26] git commit: ACCUMULO-2292 Use the constant utf8 Charset already defined.

2014-01-31 Thread elserj
ACCUMULO-2292 Use the constant utf8 Charset already defined. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8d909364 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8d909364 Diff: http://git-wip-us.apache.org

[11/26] git commit: Eliminiate an extra string creation unnecessarily

2014-01-31 Thread elserj
Eliminiate an extra string creation unnecessarily Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dcaae30e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/dcaae30e Diff: http://git-wip-us.apache.org/repos/asf/

[02/26] git commit: Merge remote-tracking branch 'origin/1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-31 Thread elserj
Merge remote-tracking branch 'origin/1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b33559c7 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b33559c7 Diff: http://git-wip-u

[12/26] git commit: ACCUMULO-2292 Remove unnecessary imports

2014-01-31 Thread elserj
ACCUMULO-2292 Remove unnecessary imports Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/de76b96b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/de76b96b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/

[03/26] git commit: ACCUMULO-2296 Exclude thrift-generated sources from findbugs report

2014-01-31 Thread elserj
ACCUMULO-2296 Exclude thrift-generated sources from findbugs report Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b76c8f4c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b76c8f4c Diff: http://git-wip-us.apa

[04/26] git commit: ACCUMULO-2292 Fix findbugs errors in trace module

2014-01-31 Thread elserj
ACCUMULO-2292 Fix findbugs errors in trace module Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4fb95e9f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4fb95e9f Diff: http://git-wip-us.apache.org/repos/asf/

[01/26] git commit: ACCUMULO-2220 supporting ACCUMULO_CONF_DIR in test/system/bench

2014-01-31 Thread elserj
Updated Branches: refs/heads/2292-findbugs 3bc08e9cf -> 4a78265b3 (forced update) ACCUMULO-2220 supporting ACCUMULO_CONF_DIR in test/system/bench Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4d8977c8 Tree: http://

[15/26] git commit: Missed a UTF8 and an unnecessary String creation.

2014-01-31 Thread elserj
Missed a UTF8 and an unnecessary String creation. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9a9b419e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9a9b419e Diff: http://git-wip-us.apache.org/repos/asf/

[23/26] git commit: Fix start and proxy

2014-01-31 Thread elserj
Fix start and proxy Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8181a399 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8181a399 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8181a399 Branch

[10/26] git commit: Ensure streams are closed and use utf8 encoding.

2014-01-31 Thread elserj
Ensure streams are closed and use utf8 encoding. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d2660591 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d2660591 Diff: http://git-wip-us.apache.org/repos/asf/a

[08/26] git commit: More utf8, avoid unnecessary String creation and Long creation.

2014-01-31 Thread elserj
More utf8, avoid unnecessary String creation and Long creation. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/eedeeaeb Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/eedeeaeb Diff: http://git-wip-us.apache.

[18/26] git commit: Remove System.exit's from AdminUtil and lift them to the Admin class with the main method. Add UTF8 charset to AdminUtil where necessary.

2014-01-31 Thread elserj
Remove System.exit's from AdminUtil and lift them to the Admin class with the main method. Add UTF8 charset to AdminUtil where necessary. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5f416cbf Tree: http://git-wip-us.

[16/26] git commit: UTF8 fixes for MAC

2014-01-31 Thread elserj
UTF8 fixes for MAC Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/037742f6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/037742f6 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/037742f6 Branch:

[06/26] git commit: More String UTF8 charsets and add Serializable to the Comparator to make sure the TreeMap is thus also serializable.

2014-01-31 Thread elserj
More String UTF8 charsets and add Serializable to the Comparator to make sure the TreeMap is thus also serializable. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c4781bbd Tree: http://git-wip-us.apache.org/repos/asf/

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

2014-01-31 Thread elserj
Merge branch '1.5.1-SNAPSHOT' into 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/bda24f92 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/bda24f92 Diff: http://git-wip-us.apache.org/repos/asf/

[1/6] git commit: ACCUMULO-2296 Exclude thrift-generated sources from findbugs report

2014-01-31 Thread elserj
Updated Branches: refs/heads/1.5.1-SNAPSHOT b33559c71 -> b76c8f4c5 refs/heads/1.6.0-SNAPSHOT b1f0336dd -> bda24f92b refs/heads/master 6569b2c94 -> f318c7605 ACCUMULO-2296 Exclude thrift-generated sources from findbugs report Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Co

[2/6] git commit: ACCUMULO-2296 Exclude thrift-generated sources from findbugs report

2014-01-31 Thread elserj
ACCUMULO-2296 Exclude thrift-generated sources from findbugs report Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b76c8f4c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b76c8f4c Diff: http://git-wip-us.apa

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

2014-01-31 Thread elserj
Merge branch '1.5.1-SNAPSHOT' into 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/bda24f92 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/bda24f92 Diff: http://git-wip-us.apache.org/repos/asf/

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

2014-01-31 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/f318c760 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f318c760 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f318c7

[3/6] git commit: ACCUMULO-2296 Exclude thrift-generated sources from findbugs report

2014-01-31 Thread elserj
ACCUMULO-2296 Exclude thrift-generated sources from findbugs report Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b76c8f4c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b76c8f4c Diff: http://git-wip-us.apa

[2/5] git commit: ACCUMULO-2295 IT timing adjustments

2014-01-31 Thread vines
ACCUMULO-2295 IT timing adjustments Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6a88722c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6a88722c Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/

[4/5] git commit: ACCUMULO-2307 purging -ssl directories

2014-01-31 Thread vines
ACCUMULO-2307 purging -ssl directories Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b1f0336d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b1f0336d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/di

[3/5] git commit: ACCUMULO-2306 - Adding prefix for the files

2014-01-31 Thread vines
ACCUMULO-2306 - Adding prefix for the files Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1e7f883c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1e7f883c Diff: http://git-wip-us.apache.org/repos/asf/accumu

[5/5] git commit: Merge remote-tracking branch 'origin/1.6.0-SNAPSHOT'

2014-01-31 Thread vines
Merge remote-tracking branch 'origin/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/6569b2c9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6569b2c9 Diff: http://git-wip-us.apache.org/repos/a

[1/5] git commit: ACCUMULO-2298 chunking up ExamplesIT

2014-01-31 Thread vines
Updated Branches: refs/heads/master 7f5bd5f5a -> 6569b2c94 ACCUMULO-2298 chunking up ExamplesIT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/be152d85 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/be15

[1/4] git commit: ACCUMULO-2298 chunking up ExamplesIT

2014-01-31 Thread vines
Updated Branches: refs/heads/1.6.0-SNAPSHOT b178784b9 -> b1f0336dd ACCUMULO-2298 chunking up ExamplesIT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/be152d85 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/t

[3/4] git commit: ACCUMULO-2306 - Adding prefix for the files

2014-01-31 Thread vines
ACCUMULO-2306 - Adding prefix for the files Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1e7f883c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1e7f883c Diff: http://git-wip-us.apache.org/repos/asf/accumu

[4/4] git commit: ACCUMULO-2307 purging -ssl directories

2014-01-31 Thread vines
ACCUMULO-2307 purging -ssl directories Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b1f0336d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b1f0336d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/di

[2/4] git commit: ACCUMULO-2295 IT timing adjustments

2014-01-31 Thread vines
ACCUMULO-2295 IT timing adjustments Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6a88722c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6a88722c Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/

[5/5] git commit: UTF8, unnecessary object creation (String, Boolean)

2014-01-31 Thread elserj
UTF8, unnecessary object creation (String, Boolean) Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3bc08e9c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3bc08e9c Diff: http://git-wip-us.apache.org/repos/as

[4/5] git commit: Remove System.exit's from AdminUtil and lift them to the Admin class with the main method. Add UTF8 charset to AdminUtil where necessary.

2014-01-31 Thread elserj
Remove System.exit's from AdminUtil and lift them to the Admin class with the main method. Add UTF8 charset to AdminUtil where necessary. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e8be283e Tree: http://git-wip-us.

[1/5] git commit: Ensure streams are closed and use utf8 encoding.

2014-01-31 Thread elserj
Updated Branches: refs/heads/2292-findbugs d1f139eb4 -> 3bc08e9cf Ensure streams are closed and use utf8 encoding. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0d38c5c3 Tree: http://git-wip-us.apache.org/repos/asf

[2/5] git commit: utf8 encoding, replace unix newlines for system-dependent newlines, add Serializable to comparator, and avoid Long/Short constructor use when we have a primitive already.

2014-01-31 Thread elserj
utf8 encoding, replace unix newlines for system-dependent newlines, add Serializable to comparator, and avoid Long/Short constructor use when we have a primitive already. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/

[3/5] git commit: UTF8, entrySet instead of keySet and removal of an unnecessary static var.

2014-01-31 Thread elserj
UTF8, entrySet instead of keySet and removal of an unnecessary static var. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/049d6cd8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/049d6cd8 Diff: http://git-wip