Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 27987 invoked from network); 9 Jun 2009 14:14:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 14:14:21 -0000 Received: (qmail 27297 invoked by uid 500); 9 Jun 2009 14:14:32 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 27257 invoked by uid 500); 9 Jun 2009 14:14:32 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 27247 invoked by uid 99); 9 Jun 2009 14:14:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 14:14:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 14:14:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5B953234C046 for ; Tue, 9 Jun 2009 07:14:07 -0700 (PDT) Message-ID: <951256061.1244556847373.JavaMail.jira@brutus> Date: Tue, 9 Jun 2009 07:14:07 -0700 (PDT) From: "Lars George (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Issue Comment Edited: (HBASE-1363) Can't use 'close region' when keys are binary In-Reply-To: <1635749642.1241133150359.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717678#action_12717678 ] Lars George edited comment on HBASE-1363 at 6/9/09 7:13 AM: ------------------------------------------------------------ If no one objects and this is not resolved yet I would not mind looking into this. Issue is, how do I replicate this? How do I best get a region with a binary region name? Should I create a small test app that creates random rows using random, binary keys and values? I tried briefly if the shell would allow me to enter binary keys like so {code} > put 't1', 'row1', 'f1:', 'test\x08' {code} But when querying the table I see {code} value=test\\x08 {code} How is this all supposed to work? Also, what is the syntax then in the shell to disable such a region? Could someone post some examples? And - if available - test code too? was (Author: larsgeorge): If no one objects and this is not resolved yet I would not mind looking into this. Issue is, how do I replicate this? How do I best get a region with a binary region name? Should I create a small test app that creates random rows using random, binary keys and values? I tried briefly if the shell would allow me to enter binary keys like so {code} > put 't1', 'row1', 'f1:', 'test\x08' {code} But when querying the table I see {code} value=test\\x08 {code} How is this all supposed to work? > Can't use 'close region' when keys are binary > --------------------------------------------- > > Key: HBASE-1363 > URL: https://issues.apache.org/jira/browse/HBASE-1363 > Project: Hadoop HBase > Issue Type: Sub-task > Affects Versions: 0.20.0 > Reporter: ryan rawson > Fix For: 0.20.0 > > > maybe we should allow you to use an encoded name to close a region, or use binary escaping. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.