[ 
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)

Reply via email to