Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EAB010DF0 for ; Wed, 19 Nov 2014 20:42:34 +0000 (UTC) Received: (qmail 30498 invoked by uid 500); 19 Nov 2014 20:42:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 30452 invoked by uid 500); 19 Nov 2014 20:42:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 30318 invoked by uid 99); 19 Nov 2014 20:42:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 20:42:34 +0000 Date: Wed, 19 Nov 2014 20:42:34 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12538) Revert table.rb changes from HBASE-12945 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218468#comment-14218468 ] Hadoop QA commented on HBASE-12538: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12682450/HBASE-12538.patch against master branch at commit 05ced20a347213c31e46c528e53b93c675f85891. ATTACHMENT ID: 12682450 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/11755//console This message is automatically generated. > Revert table.rb changes from HBASE-12945 > ---------------------------------------- > > Key: HBASE-12538 > URL: https://issues.apache.org/jira/browse/HBASE-12538 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0, 0.99.2 > Reporter: Solomon Duskis > Assignee: Solomon Duskis > Attachments: HBASE-12538.patch > > > Replacing new HTable(configuration) with ConnectionFactory(configuration).getTable() broke tests for table.rb. Reverting the table.rb change and fixing a line too long issue in admin.rb. -- This message was sent by Atlassian JIRA (v6.3.4#6332)