[
https://issues.apache.org/jira/browse/HADOOP-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564279#action_12564279
]
Hadoop QA commented on HADOOP-2744:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12374429/2744.patch
against trunk revision 616796.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new javac compiler
warnings.
release audit +1. The applied patch does not generate any new release
audit warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1714/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1714/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1714/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1714/console
This message is automatically generated.
> [hbase] Shell should allow deletions in .META. and -ROOT- tables
> ----------------------------------------------------------------
>
> Key: HADOOP-2744
> URL: https://issues.apache.org/jira/browse/HADOOP-2744
> Project: Hadoop Core
> Issue Type: New Feature
> Reporter: Bryan Duxbury
> Assignee: Edward Yoon
> Priority: Minor
> Attachments: 2744.patch
>
>
> For administrative and debugging purposes, it would be nice to be able to
> delete rows from .META. via the shell. The alternative is writing custom java
> code to do such operations, which is just ridiculous. The reality of HBase's
> maturity is that from time to time we're going to have to reach into the
> .META. and -ROOT- tables to fix things, so I think the shell should be where
> that happens.
> Currently, attempting to delete from either table gives a "non-existant
> table" error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.