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 62F7FDFEC for ; Sat, 3 Nov 2012 14:37:13 +0000 (UTC) Received: (qmail 35099 invoked by uid 500); 3 Nov 2012 14:37:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 35073 invoked by uid 500); 3 Nov 2012 14:37:12 -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 35053 invoked by uid 99); 3 Nov 2012 14:37:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2012 14:37:12 +0000 Date: Sat, 3 Nov 2012 14:37:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <1741570193.64768.1351953432313.JavaMail.jiratomcat@arcas> In-Reply-To: <566463492.63119.1351893251957.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-7089) Allow filter to be specified for Get from HBase shell 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-7089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490029#comment-13490029 ] Ted Yu commented on HBASE-7089: ------------------------------- Tests look good. nit: {code} + define_test "get should support FILTERS" do {code} Why plural form is used above ? > Allow filter to be specified for Get from HBase shell > ----------------------------------------------------- > > Key: HBASE-7089 > URL: https://issues.apache.org/jira/browse/HBASE-7089 > Project: HBase > Issue Type: Improvement > Components: shell > Affects Versions: 0.96.0 > Reporter: Aditya Kishore > Assignee: Aditya Kishore > Priority: Minor > Fix For: 0.96.0 > > Attachments: HBASE-7089_trunk.patch, HBASE-7089_trunk_v2.patch, HBASE-7089_trunk_v3.patch > > > Unlike scan, get in HBase shell does not accept FILTER as an argument. > {noformat} > hbase(main):001:0> get 'table', 'row3', {FILTER => "ValueFilter (=, 'binary:valueX')"} > COLUMN CELL > ERROR: Failed parse of {"FILTER"=>"ValueFilter (=, 'binary:valueX')"}, Hash > Here is some help for this command: > ... > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira