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 E103E18F65 for ; Wed, 20 Apr 2016 09:16:25 +0000 (UTC) Received: (qmail 29617 invoked by uid 500); 20 Apr 2016 09:16:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29558 invoked by uid 500); 20 Apr 2016 09:16:25 -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 29516 invoked by uid 99); 20 Apr 2016 09:16:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Apr 2016 09:16:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 82DFE2C14F7 for ; Wed, 20 Apr 2016 09:16:25 +0000 (UTC) Date: Wed, 20 Apr 2016 09:16:25 +0000 (UTC) From: "Li Fanxi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15680) Examples in shell help message for TIMERANGE scanner specifications should use milliseconds instead of seconds 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-15680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Fanxi updated HBASE-15680: ----------------------------- Status: Patch Available (was: Open) > Examples in shell help message for TIMERANGE scanner specifications should use milliseconds instead of seconds > -------------------------------------------------------------------------------------------------------------- > > Key: HBASE-15680 > URL: https://issues.apache.org/jira/browse/HBASE-15680 > Project: HBase > Issue Type: Improvement > Components: shell > Reporter: Li Fanxi > Priority: Trivial > Labels: beginner > Attachments: HBASE-15680.patch > > Original Estimate: 5m > Remaining Estimate: 5m > > ``` > hbase> scan 't1', {COLUMNS => 'c1', TIMERANGE => [1303668804, 1303668904]} > hbase> set_visibility 't1', '(A&B)|C', {COLUMNS => 'c1', > TIMERANGE => [1303668804, 1303668904]} > ``` > Examples for 'scan' and 'set_visibility' command use 10-digit timestamp (in seconds) as the parameter for the TIMERANGE scanner specifications. However, TIMERANGE only accepts milliseconds as its parameters. > To avoid misleading, suggest to improve the examples by using 13-digit timestamps (in milliseconds). -- This message was sent by Atlassian JIRA (v6.3.4#6332)