Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E5B94200BFA for ; Thu, 12 Jan 2017 15:51:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E48E5160B40; Thu, 12 Jan 2017 14:51:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3B773160B2D for ; Thu, 12 Jan 2017 15:51:42 +0100 (CET) Received: (qmail 17035 invoked by uid 500); 12 Jan 2017 14:49:56 -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 16387 invoked by uid 99); 12 Jan 2017 14:49:56 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2017 14:49:56 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4DA932C03E1 for ; Thu, 12 Jan 2017 14:49:56 +0000 (UTC) Date: Thu, 12 Jan 2017 14:49:56 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13788) Shell commands do not support column qualifiers containing colon (:) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 12 Jan 2017 14:51:43 -0000 [ https://issues.apache.org/jira/browse/HBASE-13788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821158#comment-15821158 ] Sean Busbey commented on HBASE-13788: ------------------------------------- all set. thanks for taking a look [~mmaharana] > Shell commands do not support column qualifiers containing colon (:) > -------------------------------------------------------------------- > > Key: HBASE-13788 > URL: https://issues.apache.org/jira/browse/HBASE-13788 > Project: HBase > Issue Type: Bug > Components: shell > Affects Versions: 0.98.0, 0.96.0, 1.0.0, 1.1.0 > Reporter: Dave Latham > Assignee: Manaswini > > The shell interprets the colon within the qualifier as a delimiter to a FORMATTER instead of part of the qualifier itself. > Example from the mailing list: > Hmph, I may have spoken too soon. I know I tested this at one point and > it worked, but now I'm getting different results: > On the new cluster, I created a duplicate test table: > hbase(main):043:0> create 'content3', {NAME => 'x', BLOOMFILTER => > 'NONE', REPLICATION_SCOPE => '0', VERSIONS => '3', COMPRESSION => > 'NONE', MIN_VERSIONS => '0', TTL => '2147483647', BLOCKSIZE => '65536', > IN_MEMORY => 'false', BLOCKCACHE => 'true'} > Then I pull some data from the imported table: > hbase(main):045:0> scan 'content', {LIMIT=>1, > STARTROW=>'A:9223370612089311807:twtr:57013379'} > ROW COLUMN+CELL > .... > A:9223370612089311807:twtr:570133798827921408 > column=x:twitter:username, timestamp=1424775595345, value=BERITA & > INFORMASI! > Then put it: > hbase(main):046:0> put > 'content3','A:9223370612089311807:twtr:570133798827921408', > 'x:twitter:username', 'BERITA & INFORMASI!' > But then when I query it, I see that I've lost the column qualifier > ":username": > hbase(main):046:0> scan 'content3' > ROW COLUMN+CELL > A:9223370612089311807:twtr:570133798827921408 column=x:twitter, > timestamp=1432745301788, value=BERITA & INFORMASI! > Even though I'm missing one of the qualifiers, I can at least filter on > columns in this sample table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)