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 769F010A56 for ; Thu, 20 Feb 2014 00:34:32 +0000 (UTC) Received: (qmail 84950 invoked by uid 500); 20 Feb 2014 00:34:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 84920 invoked by uid 500); 20 Feb 2014 00:34:19 -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 84908 invoked by uid 99); 20 Feb 2014 00:34:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 00:34:19 +0000 Date: Thu, 20 Feb 2014 00:34:19 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10358) Shell changes for setting consistency per request 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-10358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906371#comment-13906371 ] Enis Soztutar commented on HBASE-10358: --------------------------------------- HBASE-10354 already added support for setting Consistency level for gets and scans from Shell. {code} get 't1','r6', {CONSISTENCY => "TIMELINE"} {code} and HBASE-10348 added support for creating a table with region replication: {code} create 't1', 'f1', {REGION_REPLICATION => 2} {code} In this issue, I think we can just add support for displaying whether the incoming results are stale or not from shell. > Shell changes for setting consistency per request > ------------------------------------------------- > > Key: HBASE-10358 > URL: https://issues.apache.org/jira/browse/HBASE-10358 > Project: HBase > Issue Type: Sub-task > Components: shell > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.99.0 > > > We can add shell support to set consistency per request. -- This message was sent by Atlassian JIRA (v6.1.5#6160)