git commit: ACCUMULO-1766 store root tablet dir in zookeeper

2013-10-29 Thread kturner
Updated Branches: refs/heads/master 51fdb90ae -> 5f330f082 ACCUMULO-1766 store root tablet dir in zookeeper Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5f330f08 Tree: http://git-wip-us.apache.org/repos/asf/accumu

git commit: ACCUMULO-1773 Fix javadocs; remove warnings

2013-10-29 Thread ctubbsii
Updated Branches: refs/heads/master 21382d30b -> 51fdb90ae ACCUMULO-1773 Fix javadocs; remove warnings Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/51fdb90a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tr

git commit: ACCUMULO-1507 - updating test to use @Ignore instead of commented out

2013-10-29 Thread vines
Updated Branches: refs/heads/master 5c1078e37 -> 21382d30b ACCUMULO-1507 - updating test to use @Ignore instead of commented out Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/21382d30 Tree: http://git-wip-us.apache

git commit: ACCUMULO-1828 Moving script to prevent potential m2e confusion.

2013-10-29 Thread elserj
Updated Branches: refs/heads/master ebbedb4fe -> 5c1078e37 ACCUMULO-1828 Moving script to prevent potential m2e confusion. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5c1078e3 Tree: http://git-wip-us.apache.org/r

git commit: ACCUMULO-1507 - adding a (nonfunctional/commented out) test for the monitor issue

2013-10-29 Thread vines
Updated Branches: refs/heads/master d207b9a88 -> ebbedb4fe ACCUMULO-1507 - adding a (nonfunctional/commented out) test for the monitor issue Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ebbedb4f Tree: http://git-

git commit: Left system.out.printlns uncommented in last patch

2013-10-29 Thread vines
Updated Branches: refs/heads/master 6140f926d -> d207b9a88 Left system.out.printlns uncommented in last patch Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d207b9a8 Tree: http://git-wip-us.apache.org/repos/asf/accu

git commit: ACCUMULO-1514 - dynamic classloader more like regular classloader

2013-10-29 Thread vines
Updated Branches: refs/heads/master 5b8efba01 -> 6140f926d ACCUMULO-1514 - dynamic classloader more like regular classloader Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6140f926 Tree: http://git-wip-us.apache.org

git commit: ACCUMULO-1823 more tweaks to help stabilize the ITs

2013-10-29 Thread ecn
Updated Branches: refs/heads/master 60de4b17b -> 5b8efba01 ACCUMULO-1823 more tweaks to help stabilize the ITs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5b8efba0 Tree: http://git-wip-us.apache.org/repos/asf/acc

git commit: ACCUMULO-1761 fix disk usage to use VolumeManager

2013-10-29 Thread ecn
Updated Branches: refs/heads/master 98359086e -> 60de4b17b ACCUMULO-1761 fix disk usage to use VolumeManager Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/60de4b17 Tree: http://git-wip-us.apache.org/repos/asf/accum

git commit: ACCUMULO-1828 Didn't save my buffer before committing

2013-10-29 Thread elserj
Updated Branches: refs/heads/master 06cdeaec4 -> 98359086e ACCUMULO-1828 Didn't save my buffer before committing Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/98359086 Tree: http://git-wip-us.apache.org/repos/asf/a

git commit: ACCUMULO-1828 Added a script to wrap the maven commands to make it a little easier to test specific integration tests

2013-10-29 Thread elserj
Updated Branches: refs/heads/master 135e67b68 -> 06cdeaec4 ACCUMULO-1828 Added a script to wrap the maven commands to make it a little easier to test specific integration tests There's no good way in Maven to run only certain integration tests while ignoring unit tests. This script attempts to

git commit: ACCUMULO-1823 more tweaks to help stabilize the ITs, get more debugging for post-test analysis

2013-10-29 Thread ecn
Updated Branches: refs/heads/master 219560a9a -> 135e67b68 ACCUMULO-1823 more tweaks to help stabilize the ITs, get more debugging for post-test analysis Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/135e67b6 Tree

git commit: ACCUMULO-1825 Change up the comparisons on as we were getting a lot of churn from the metadata and root tables.

2013-10-29 Thread elserj
Updated Branches: refs/heads/master 71934fb42 -> 219560a9a ACCUMULO-1825 Change up the comparisons on as we were getting a lot of churn from the metadata and root tables. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/comm

git commit: ACCUMULO-1823 deal with hadoop-2.2 throwing an exception

2013-10-29 Thread ecn
Updated Branches: refs/heads/master fb25913c5 -> 71934fb42 ACCUMULO-1823 deal with hadoop-2.2 throwing an exception Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/71934fb4 Tree: http://git-wip-us.apache.org/repos/as

git commit: I jumped the gun

2013-10-29 Thread vines
Updated Branches: refs/heads/master 2f5974ca6 -> fb25913c5 I jumped the gun Revert "ACCUMULO-1514 Dynamic classloader now has same behavior as general classloader" This reverts commit 2f5974ca62ac58b07a53e021652f4b80756dc07d. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Co

git commit: ACCUMULO-1514 Dynamic classloader now has same behavior as general classloader

2013-10-29 Thread vines
Updated Branches: refs/heads/master 2e2ac78eb -> 2f5974ca6 ACCUMULO-1514 Dynamic classloader now has same behavior as general classloader don't matter Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2f5974ca Tree: h

git commit: ACCUMULO-1820 Remove unused imports.

2013-10-29 Thread elserj
Updated Branches: refs/heads/master 9f0af20ad -> 2e2ac78eb ACCUMULO-1820 Remove unused imports. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2e2ac78e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2e2a

git commit: ACCUMULO-1773 properly handled exceptions in AGC

2013-10-29 Thread kturner
Updated Branches: refs/heads/master c2dee4be5 -> cc7b7ef69 ACCUMULO-1773 properly handled exceptions in AGC Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cc7b7ef6 Tree: http://git-wip-us.apache.org/repos/asf/accumu

git commit: ACCUMULO-1481 broke binary compatibility with hadoop-1.2.0

2013-10-29 Thread ecn
Updated Branches: refs/heads/master 72fdef3d5 -> c2dee4be5 ACCUMULO-1481 broke binary compatibility with hadoop-1.2.0 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c2dee4be Tree: http://git-wip-us.apache.org/repos/