svn commit: r950124 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ 1.6/apidocs/

2015-05-04 Thread elserj
Author: elserj Date: Tue May 5 03:54:11 2015 New Revision: 950124 Log: Publishing svnmucc operation to accumulo site by elserj Added: websites/production/accumulo/content/ - copied from r950123, websites/staging/accumulo/trunk/content/ websites/production/accumulo/content/1.4/apido

svn commit: r950123 - in /websites/staging/accumulo/trunk/content: ./ people.html

2015-05-04 Thread buildbot
Author: buildbot Date: Tue May 5 03:51:00 2015 New Revision: 950123 Log: Staging update by buildbot for accumulo Modified: websites/staging/accumulo/trunk/content/ (props changed) websites/staging/accumulo/trunk/content/people.html Propchange: websites/staging/accumulo/trunk/content/

svn commit: r1677735 - /accumulo/site/trunk/content/people.mdtext

2015-05-04 Thread elserj
Author: elserj Date: Tue May 5 03:50:46 2015 New Revision: 1677735 URL: http://svn.apache.org/r1677735 Log: Add Tristen Georgiou to contributors Modified: accumulo/site/trunk/content/people.mdtext Modified: accumulo/site/trunk/content/people.mdtext URL: http://svn.apache.org/viewvc/accumul

[1/2] accumulo git commit: ACCUMULO-3756 Remove extension of impl type by API type

2015-05-04 Thread kturner
Repository: accumulo Updated Branches: refs/heads/master ca02e85d1 -> 8cbaa0576 ACCUMULO-3756 Remove extension of impl type by API type Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/83d1b838 Tree: http://git-wip-us

[2/2] accumulo git commit: Merge branch '1.7'

2015-05-04 Thread kturner
Merge branch '1.7' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8cbaa057 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8cbaa057 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8cbaa057 Branch:

accumulo git commit: ACCUMULO-3756 Remove extension of impl type by API type

2015-05-04 Thread kturner
Repository: accumulo Updated Branches: refs/heads/1.7 0bbc67594 -> 83d1b8388 ACCUMULO-3756 Remove extension of impl type by API type Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/83d1b838 Tree: http://git-wip-us.ap

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

2015-05-04 Thread elserj
Merge branch '1.6' into 1.7 Conflicts: shell/src/main/java/org/apache/accumulo/shell/commands/DUCommand.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0bbc6759 Tree: http://git-wip-us.apache.org/repos/asf/

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

2015-05-04 Thread elserj
Merge branch '1.7' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ca02e85d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ca02e85d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ca02e85d Branch:

[1/6] accumulo git commit: ACCUMULO-3589 Check tables for existence at end of shell command.

2015-05-04 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6 a506c0bed -> 2b168f819 refs/heads/1.7 12366d4e6 -> 0bbc67594 refs/heads/master 5e15913d9 -> ca02e85d1 ACCUMULO-3589 Check tables for existence at end of shell command. We were checking tables provided to the DUCommand to early which cau

[3/6] accumulo git commit: ACCUMULO-3589 Check tables for existence at end of shell command.

2015-05-04 Thread elserj
ACCUMULO-3589 Check tables for existence at end of shell command. We were checking tables provided to the DUCommand to early which caused us to miss the existence check on some of the ways that users can specify tables. Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/

[2/6] accumulo git commit: ACCUMULO-3589 Check tables for existence at end of shell command.

2015-05-04 Thread elserj
ACCUMULO-3589 Check tables for existence at end of shell command. We were checking tables provided to the DUCommand to early which caused us to miss the existence check on some of the ways that users can specify tables. Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/

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

2015-05-04 Thread elserj
Merge branch '1.6' into 1.7 Conflicts: shell/src/main/java/org/apache/accumulo/shell/commands/DUCommand.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0bbc6759 Tree: http://git-wip-us.apache.org/repos/asf/

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

2015-05-04 Thread elserj
Merge branch '1.7' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5e15913d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5e15913d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5e15913d Branch:

[1/6] accumulo git commit: ACCUMULO-3354 call deleteRows on offline table contains table name in TableOfflineException

2015-05-04 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6 bbcc6da44 -> a506c0bed refs/heads/1.7 2436eec23 -> 12366d4e6 refs/heads/master 87af7f6d8 -> 5e15913d9 ACCUMULO-3354 call deleteRows on offline table contains table name in TableOfflineException TableOperationsImpl.doFateOperation(...)

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

2015-05-04 Thread elserj
Merge branch '1.6' into 1.7 Conflicts: core/src/main/java/org/apache/accumulo/core/client/impl/NamespaceOperationsImpl.java core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: htt

[2/6] accumulo git commit: ACCUMULO-3354 call deleteRows on offline table contains table name in TableOfflineException

2015-05-04 Thread elserj
ACCUMULO-3354 call deleteRows on offline table contains table name in TableOfflineException TableOperationsImpl.doFateOperation(...) is the only method that passed an explicitly null tableId to the TableOfflineException constructor. Now checks the table's tableId and passes that to the exceptio

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

2015-05-04 Thread elserj
Merge branch '1.6' into 1.7 Conflicts: core/src/main/java/org/apache/accumulo/core/client/impl/NamespaceOperationsImpl.java core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: htt

[3/6] accumulo git commit: ACCUMULO-3354 call deleteRows on offline table contains table name in TableOfflineException

2015-05-04 Thread elserj
ACCUMULO-3354 call deleteRows on offline table contains table name in TableOfflineException TableOperationsImpl.doFateOperation(...) is the only method that passed an explicitly null tableId to the TableOfflineException constructor. Now checks the table's tableId and passes that to the exceptio