[2/2] git commit: Merge branch '1.5.1-SNAPSHOT'

2013-10-31 Thread vines
Merge branch '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/c6229e12 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c6229e12 Diff:

[1/2] git commit: ACCUMULO-1471: more doc on SortedMapIterator explaining what you want if you're just looking for a simple Map-backed Iterator

2013-10-31 Thread vines
Updated Branches: refs/heads/master 2bedf7bfe - c6229e12d ACCUMULO-1471: more doc on SortedMapIterator explaining what you want if you're just looking for a simple Map-backed Iterator Signed-off-by: John Vines jvi...@gmail.com Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo

git commit: ACCUMULO-1598 Fixes RFlile unit tests

2013-10-31 Thread vines
Updated Branches: refs/heads/master b0da55a65 - 48fae074d ACCUMULO-1598 Fixes RFlile unit tests The RFile tests had several tests in the @Ignore state. Many of these were redundant, so I simply excise them. There were a couple of missing files from the repository that the tests needed; this

git commit: ACCUMULO-1614 added conditional writer randomwalk test

2013-10-31 Thread kturner
Updated Branches: refs/heads/master 48fae074d - df4ba4aed ACCUMULO-1614 added conditional writer randomwalk test Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/df4ba4ae Tree:

git commit: ACCUMULO-1837: fix JS error

2013-10-31 Thread vines
Updated Branches: refs/heads/master df4ba4aed - b8b1b96a1 ACCUMULO-1837: fix JS error Signed-off-by: John Vines jvi...@gmail.com Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b8b1b96a Tree:

[38/54] [partial] ACCUMULO-658, ACCUMULO-656 Split server into separate modules

2013-10-31 Thread ctubbsii
http://git-wip-us.apache.org/repos/asf/accumulo/blob/598821cd/server/gc/src/test/java/org/apache/accumulo/gc/GarbageCollectionTest.java -- diff --git a/server/gc/src/test/java/org/apache/accumulo/gc/GarbageCollectionTest.java

[01/54] [partial] ACCUMULO-658, ACCUMULO-656 Split server into separate modules

2013-10-31 Thread ctubbsii
Updated Branches: refs/heads/master b8b1b96a1 - 05d5921c0 http://git-wip-us.apache.org/repos/asf/accumulo/blob/598821cd/server/src/main/java/org/apache/accumulo/server/tabletserver/log/DfsLogger.java -- diff --git

[28/54] [partial] ACCUMULO-658, ACCUMULO-656 Split server into separate modules

2013-10-31 Thread ctubbsii
http://git-wip-us.apache.org/repos/asf/accumulo/blob/598821cd/server/monitor/src/main/resources/web/flot/excanvas.min.js -- diff --git a/server/monitor/src/main/resources/web/flot/excanvas.min.js

[25/54] [partial] ACCUMULO-658, ACCUMULO-656 Split server into separate modules

2013-10-31 Thread ctubbsii
http://git-wip-us.apache.org/repos/asf/accumulo/blob/598821cd/server/monitor/src/main/resources/web/flot/jquery.flot.pie.min.js -- diff --git a/server/monitor/src/main/resources/web/flot/jquery.flot.pie.min.js

[52/54] ACCUMULO-210 Create separate RPMs

2013-10-31 Thread ctubbsii
http://git-wip-us.apache.org/repos/asf/accumulo/blob/05d5921c/server/tserver/src/main/packaging/etc/init.d/accumulo-tserver -- diff --git a/server/tserver/src/main/packaging/etc/init.d/accumulo-tserver

[12/54] git commit: ACCUMULO-802 added a Total to the DUCommand to know the disk usage of a whole namespace or for everything

2013-10-31 Thread ctubbsii
ACCUMULO-802 added a Total to the DUCommand to know the disk usage of a whole namespace or for everything Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7fc1ff39 Tree:

[22/54] git commit: ACCUMULO-802 fixed tests to work correctly for cloning namespaces

2013-10-31 Thread ctubbsii
ACCUMULO-802 fixed tests to work correctly for cloning namespaces Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e7b1833f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e7b1833f Diff:

[14/54] git commit: ACCUMULO-802 fixed an import problem in RenameTableNamespace. Commented out problematic code for cloning tables until ACCUMULO-1565 is fixed

2013-10-31 Thread ctubbsii
ACCUMULO-802 fixed an import problem in RenameTableNamespace. Commented out problematic code for cloning tables until ACCUMULO-1565 is fixed Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f90e0fb8 Tree:

[10/54] git commit: ACCUMULO-802 Lookup namespace config dynamically per table

2013-10-31 Thread ctubbsii
ACCUMULO-802 Lookup namespace config dynamically per table Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/77a3aa46 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/77a3aa46 Diff:

[28/54] ACCUMULO-802 updated more shell commands to include the tableNamespaces option

2013-10-31 Thread ctubbsii
http://git-wip-us.apache.org/repos/asf/accumulo/blob/1665c84b/server/base/src/main/java/org/apache/accumulo/server/conf/TableNamespaceConfWatcher.java -- diff --git

[25/54] git commit: ACCUMULO-802 disabled the namespaces specific randomwalk portions due to failures

2013-10-31 Thread ctubbsii
ACCUMULO-802 disabled the namespaces specific randomwalk portions due to failures Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e91864e0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e91864e0 Diff:

[31/54] git commit: ACCUMULO-802 added the proper namespace locks during table fate operations

2013-10-31 Thread ctubbsii
ACCUMULO-802 added the proper namespace locks during table fate operations Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dabf6b41 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/dabf6b41 Diff:

[08/54] git commit: ACCUMULO-802 Fixed NullPointerException during CloneTable due to loadbalancer trying to get the configuration before the namespace is put under the table in zookeeper. Fixed anothe

2013-10-31 Thread ctubbsii
ACCUMULO-802 Fixed NullPointerException during CloneTable due to loadbalancer trying to get the configuration before the namespace is put under the table in zookeeper. Fixed another NullPointerException with the -tn shell option for online, offline, and du. Added -tn option to shell config

[20/54] git commit: ACCUMULO-802 finished adding constraints to namespaces, works correctly.

2013-10-31 Thread ctubbsii
ACCUMULO-802 finished adding constraints to namespaces, works correctly. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3163db2f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3163db2f Diff:

[47/54] git commit: ACCUMULO-802 added -l option to namespaces command

2013-10-31 Thread ctubbsii
ACCUMULO-802 added -l option to namespaces command Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1945411e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1945411e Diff:

[39/54] git commit: ACCUMULO-1479 implemented most of Table Namespace Permissions, doesnt entirely work, not well tested

2013-10-31 Thread ctubbsii
ACCUMULO-1479 implemented most of Table Namespace Permissions, doesnt entirely work, not well tested Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4b038839 Tree:

[27/54] git commit: ACCUMULO-802 added a few more namespace-specific randomwalk tests

2013-10-31 Thread ctubbsii
ACCUMULO-802 added a few more namespace-specific randomwalk tests Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a94f493c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a94f493c Diff:

[44/54] git commit: ACCUMULO-802 removed default initial properties from system namespace, plus minor documentation fixes

2013-10-31 Thread ctubbsii
ACCUMULO-802 removed default initial properties from system namespace, plus minor documentation fixes Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d30d07d2 Tree:

[36/54] git commit: ACCUMULO-802 fixed problem when cloning a table, its namespace properties are excluded but those could conflict with explicitly set properties

2013-10-31 Thread ctubbsii
ACCUMULO-802 fixed problem when cloning a table, its namespace properties are excluded but those could conflict with explicitly set properties Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cfad0b02 Tree:

[49/54] git commit: ACCUMULO-324 made the system namespace ignore system-level (and site and default-level) iterators and constraints

2013-10-31 Thread ctubbsii
ACCUMULO-324 made the system namespace ignore system-level (and site and default-level) iterators and constraints Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a11a8ae9 Tree:

[26/54] git commit: ACCUMULO-802 updated MockTableNamespaceOperations to use Credentials rather than just a username

2013-10-31 Thread ctubbsii
ACCUMULO-802 updated MockTableNamespaceOperations to use Credentials rather than just a username Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ef9c3999 Tree:

[52/54] git commit: ACCUMULO-802 added namespace locking to the rest of the tableOps and put them in a consistent order (namespace then table), switched to using HdfsZooInstance to get the instance fo

2013-10-31 Thread ctubbsii
ACCUMULO-802 added namespace locking to the rest of the tableOps and put them in a consistent order (namespace then table), switched to using HdfsZooInstance to get the instance for the namespaceId Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit:

[30/54] git commit: ACCUMULO-802 updated more shell commands to include the tableNamespaces option

2013-10-31 Thread ctubbsii
ACCUMULO-802 updated more shell commands to include the tableNamespaces option Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1665c84b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1665c84b Diff:

[17/54] git commit: ACCUMULO-802 working on namespace constraints, test currently fails, doesn't update tables constraints until something else triggers a reload.

2013-10-31 Thread ctubbsii
ACCUMULO-802 working on namespace constraints, test currently fails, doesn't update tables constraints until something else triggers a reload. Conflicts: server/src/main/java/org/apache/accumulo/server/conf/TableNamespaceConfiguration.java

[43/54] git commit: ACCUMULO-802 minor fixes of variables that got clobbered in rebase

2013-10-31 Thread ctubbsii
ACCUMULO-802 minor fixes of variables that got clobbered in rebase Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/81cfabbd Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/81cfabbd Diff:

[16/54] git commit: ACCUMULO-802 updated ConstraintCommand to work with namespaces

2013-10-31 Thread ctubbsii
ACCUMULO-802 updated ConstraintCommand to work with namespaces Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/57dd6c9d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/57dd6c9d Diff:

[32/54] git commit: ACCUMULO-802 added test to make sure tables that are moved to a new namespace change their parent properties, currently fails

2013-10-31 Thread ctubbsii
ACCUMULO-802 added test to make sure tables that are moved to a new namespace change their parent properties, currently fails Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/88cbefbb Tree:

[18/54] git commit: ACCUMULO-802 added TableNamespaceConfWatcher

2013-10-31 Thread ctubbsii
ACCUMULO-802 added TableNamespaceConfWatcher Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c9250dd6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c9250dd6 Diff:

[35/54] git commit: ACCUMULO-1479 fixed minor problems that caused tests to fail, permissions still not fully implemented

2013-10-31 Thread ctubbsii
ACCUMULO-1479 fixed minor problems that caused tests to fail, permissions still not fully implemented Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/52afefae Tree:

[11/54] git commit: ACCUMULO-802 Added global shell completion for table namespaces with -tn (just like -t for tables). Fixed problem with RenameTable to a new namespace copying over the old namespace

2013-10-31 Thread ctubbsii
ACCUMULO-802 Added global shell completion for table namespaces with -tn (just like -t for tables). Fixed problem with RenameTable to a new namespace copying over the old namespace configuration to the new table. Many other minor fixes. A few tests fail due to CloneTable not working until

[46/54] git commit: ACCUMULO-1479 added tests for the namespace system permissions in PermissionsIT to keep it from failing, already have tests in TableNamespacesIT

2013-10-31 Thread ctubbsii
ACCUMULO-1479 added tests for the namespace system permissions in PermissionsIT to keep it from failing, already have tests in TableNamespacesIT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3340cccf Tree:

git commit: ACCUMULO-1841 Include missing jars in assembly; remove dupe

2013-10-31 Thread ctubbsii
Updated Branches: refs/heads/master 96b8d23a7 - a974a4ad2 ACCUMULO-1841 Include missing jars in assembly; remove dupe Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a974a4ad Tree: