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 E86CB190CE for ; Fri, 1 Apr 2016 04:42:26 +0000 (UTC) Received: (qmail 75797 invoked by uid 500); 1 Apr 2016 04:42:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 75745 invoked by uid 500); 1 Apr 2016 04:42:25 -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 75727 invoked by uid 99); 1 Apr 2016 04:42:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2016 04:42:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 87C1E2C14FB for ; Fri, 1 Apr 2016 04:42:25 +0000 (UTC) Date: Fri, 1 Apr 2016 04:42:25 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15396) Enhance mapreduce.TableSplit to add encoded region name 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-15396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221144#comment-15221144 ] Sean Busbey commented on HBASE-15396: ------------------------------------- pushed to master. There were substantial conflicts on cherry-pick; can you make a branch-1 version please? > Enhance mapreduce.TableSplit to add encoded region name > ------------------------------------------------------- > > Key: HBASE-15396 > URL: https://issues.apache.org/jira/browse/HBASE-15396 > Project: HBase > Issue Type: Improvement > Components: mapreduce > Affects Versions: 1.3.0 > Reporter: Harsh J > Assignee: Harsh J > Priority: Minor > Fix For: 2.0.0, 1.3.0, 1.4.0 > > Attachments: HBASE-15396.patch, HBASE-15396.patch, HBASE-15396.patch, HBASE-15396.patch > > > When troubleshooting HBase-input MR job map failures, the TableSplit's toString() definition comes very handy. However, it still does not tell us directly which region ID it was created for (it does tell us the key and the host, but not the exact region name, so there's a second lookup needed from the UI to find the ID to then check the servers with). > It would be beneficial to have the encoded region name as part of the output, so this extra manual lookup can be avoided. The encoded name is much easier to find events with. -- This message was sent by Atlassian JIRA (v6.3.4#6332)