[jira] [Commented] (HBASE-14666) Remove deprecated HBaseTestingUtility#deleteTable methods
[ https://issues.apache.org/jira/browse/HBASE-14666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968808#comment-14968808 ] Hudson commented on HBASE-14666: FAILURE: Integrated in HBase-TRUNK #6937 (See [https://builds.apache.org/job/HBase-TRUNK/6937/]) HBASE-14666 Remove deprecated HBaseTestingUtility#deleteTable(...) (jmhsieh: rev 5363f371bb7cd83902e8027b221fe7bf690f9eec) * hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java * hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestDeleteMobTable.java * hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTsv.java * hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestImportTsv.java > Remove deprecated HBaseTestingUtility#deleteTable methods > - > > Key: HBASE-14666 > URL: https://issues.apache.org/jira/browse/HBASE-14666 > Project: HBase > Issue Type: Improvement > Components: test >Affects Versions: 2.0.0 >Reporter: Jonathan Hsieh >Assignee: Jonathan Hsieh > Fix For: 2.0.0 > > Attachments: hbase-14666.patch > > > HBase has had the TableName APIs since 0.96 and our test code doesn't have > privacy/stability markers so we should be able to remove the deprecated > methods in 2.0.0. > deleteTable has some separate unit test related cleanup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-14666) Remove deprecated HBaseTestingUtility#deleteTable methods
[ https://issues.apache.org/jira/browse/HBASE-14666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968536#comment-14968536 ] Jonathan Hsieh commented on HBASE-14666: Thanks for taking a look matteo. committing. > Remove deprecated HBaseTestingUtility#deleteTable methods > - > > Key: HBASE-14666 > URL: https://issues.apache.org/jira/browse/HBASE-14666 > Project: HBase > Issue Type: Improvement > Components: test >Affects Versions: 2.0.0 >Reporter: Jonathan Hsieh >Assignee: Jonathan Hsieh > Fix For: 2.0.0 > > Attachments: hbase-14666.patch > > > HBase has had the TableName APIs since 0.96 and our test code doesn't have > privacy/stability markers so we should be able to remove the deprecated > methods in 2.0.0. > deleteTable has some separate unit test related cleanup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-14666) Remove deprecated HBaseTestingUtility#deleteTable methods
[ https://issues.apache.org/jira/browse/HBASE-14666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968524#comment-14968524 ] Apekshit Sharma commented on HBASE-14666: - +1 > Remove deprecated HBaseTestingUtility#deleteTable methods > - > > Key: HBASE-14666 > URL: https://issues.apache.org/jira/browse/HBASE-14666 > Project: HBase > Issue Type: Improvement > Components: test >Affects Versions: 2.0.0 >Reporter: Jonathan Hsieh >Assignee: Jonathan Hsieh > Fix For: 2.0.0 > > Attachments: hbase-14666.patch > > > HBase has had the TableName APIs since 0.96 and our test code doesn't have > privacy/stability markers so we should be able to remove the deprecated > methods in 2.0.0. > deleteTable has some separate unit test related cleanup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-14666) Remove deprecated HBaseTestingUtility#deleteTable methods
[ https://issues.apache.org/jira/browse/HBASE-14666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968209#comment-14968209 ] Hadoop QA commented on HBASE-14666: --- {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12767856/hbase-14666.patch against master branch at commit b3afdb8de1a9fa88c553159b2d2d2aa96902a345. ATTACHMENT ID: 12767856 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 12 new or modified tests. {color:green}+1 hadoop versions{color}. The patch compiles with all supported hadoop versions (2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.6.1 2.7.0 2.7.1) {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 protoc{color}. The applied patch does not increase the total number of protoc compiler warnings. {color:green}+1 javadoc{color}. The javadoc tool did not generate any warning messages. {color:green}+1 checkstyle{color}. The applied patch does not increase the total number of checkstyle errors {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 2.0.3) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 lineLengths{color}. The patch does not introduce lines longer than 100 {color:green}+1 site{color}. The mvn post-site goal succeeds with this patch. {color:green}+1 core tests{color}. The patch passed unit tests in . Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/16147//testReport/ Release Findbugs (version 2.0.3)warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/16147//artifact/patchprocess/newFindbugsWarnings.html Checkstyle Errors: https://builds.apache.org/job/PreCommit-HBASE-Build/16147//artifact/patchprocess/checkstyle-aggregate.html Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/16147//console This message is automatically generated. > Remove deprecated HBaseTestingUtility#deleteTable methods > - > > Key: HBASE-14666 > URL: https://issues.apache.org/jira/browse/HBASE-14666 > Project: HBase > Issue Type: Improvement > Components: test >Affects Versions: 2.0.0 >Reporter: Jonathan Hsieh >Assignee: Jonathan Hsieh > Fix For: 2.0.0 > > Attachments: hbase-14666.patch > > > HBase has had the TableName APIs since 0.96 and our test code doesn't have > privacy/stability markers so we should be able to remove the deprecated > methods in 2.0.0. > deleteTable has some separate unit test related cleanup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-14666) Remove deprecated HBaseTestingUtility#deleteTable methods
[ https://issues.apache.org/jira/browse/HBASE-14666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967839#comment-14967839 ] Matteo Bertozzi commented on HBASE-14666: - +1 > Remove deprecated HBaseTestingUtility#deleteTable methods > - > > Key: HBASE-14666 > URL: https://issues.apache.org/jira/browse/HBASE-14666 > Project: HBase > Issue Type: Improvement > Components: test >Affects Versions: 2.0.0 >Reporter: Jonathan Hsieh >Assignee: Jonathan Hsieh > Fix For: 2.0.0 > > Attachments: hbase-14666.patch > > > HBase has had the TableName APIs since 0.96 and our test code doesn't have > privacy/stability markers so we should be able to remove the deprecated > methods in 2.0.0. > deleteTable has some separate unit test related cleanup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)