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 6D5541856F for ; Sun, 21 Jun 2015 16:06:01 +0000 (UTC) Received: (qmail 96172 invoked by uid 500); 21 Jun 2015 16:06:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 96132 invoked by uid 500); 21 Jun 2015 16:06:01 -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 96121 invoked by uid 99); 21 Jun 2015 16:06:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2015 16:06:01 +0000 Date: Sun, 21 Jun 2015 16:06:01 +0000 (UTC) From: "Matt Warhaftig (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13708) PE - Add option to specify the range 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-13708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Warhaftig updated HBASE-13708: ----------------------------------- Attachment: hbase-13708-v2.patch {quote} -1 core tests. The patch failed these unit tests: org.apache.hadoop.hbase.TestPerformanceEvaluation {quote} Checked the unit test earlier in development but should have rechecked it before submitting. Attached patch 'hbase-13708-v2.patch' fixes the unit test failure and adds a rowRangeSize unit test for good measure. > PE - Add option to specify the range > ------------------------------------ > > Key: HBASE-13708 > URL: https://issues.apache.org/jira/browse/HBASE-13708 > Project: HBase > Issue Type: Bug > Affects Versions: 1.0.1 > Reporter: Jean-Marc Spaggiari > Assignee: Matt Warhaftig > Priority: Minor > Labels: beginner > Attachments: HBASE-13708-master_v1.patch, hbase-13708-v2.patch > > > When specifying --rows=YYY for randomReads in PE, it will read YYY rows but only betweem 0 and YYY. > We might want to read YYY rows randomly between 0 and ZZZ. > YYY should only be the number of rows we want to ready. Not the high range. -- This message was sent by Atlassian JIRA (v6.3.4#6332)