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
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
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
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
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/
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
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.
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
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
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
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/
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
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/
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
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/
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://
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/
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
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
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.
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.
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:
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/
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/
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
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
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/
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
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
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/
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
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
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
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
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
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
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
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/
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
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.
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
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/
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
43 matches
Mail list logo