Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E1D10200BF7 for ; Mon, 9 Jan 2017 20:17:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E089C160B2F; Mon, 9 Jan 2017 19:17:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 33644160B3E for ; Mon, 9 Jan 2017 20:17:09 +0100 (CET) Received: (qmail 54294 invoked by uid 500); 9 Jan 2017 19:17:08 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 54283 invoked by uid 99); 9 Jan 2017 19:17:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2017 19:17:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 69525C0254 for ; Mon, 9 Jan 2017 19:17:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id YUgDLQyuEHdt for ; Mon, 9 Jan 2017 19:17:05 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2AF695FAF8 for ; Mon, 9 Jan 2017 19:17:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id v09JGx5i030472; Mon, 9 Jan 2017 19:16:59 GMT Message-Id: <201701091916.v09JGx5i030472@ip-10-146-233-104.ec2.internal> Date: Mon, 9 Jan 2017 19:16:58 +0000 From: "Impala Public Jenkins (Code Review)" To: Matthew Jacobs , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-4740=3A_Add_option_to_use_hdfsPread=28=29_for_HDFS_hedged_reads=0A?= X-Gerrit-Change-Id: Iecc8b12aa20cbfe08f4ef6a08a191e49709d9525 X-Gerrit-ChangeURL: X-Gerrit-Commit: 889494004e429a7dab4e693e737ca2a6dd7799b9 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.2 archived-at: Mon, 09 Jan 2017 19:17:10 -0000 Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-4740: Add option to use hdfsPread() for HDFS hedged reads ...................................................................... IMPALA-4740: Add option to use hdfsPread() for HDFS hedged reads In order to use HDFS hedged reads, the hdfsPread API must be used instead of the hdfsRead() call. Adds a flag to use hdfsPread: --use_hdfs_pread Testing: * Running existing tests with this flag enabled. * Cluster testing with HDFS hedged reads enabled via the HDFS client config. * Manually tested setting the 'max_chunk_size' to a small value to force multiple iterations of the while loop which would only normally happen on S3. Tested reading lineitem was OK. Change-Id: Iecc8b12aa20cbfe08f4ef6a08a191e49709d9525 Reviewed-on: http://gerrit.cloudera.org:8080/5635 Reviewed-by: Matthew Jacobs Tested-by: Impala Public Jenkins --- M be/src/runtime/disk-io-mgr-scan-range.cc 1 file changed, 13 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Matthew Jacobs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/5635 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iecc8b12aa20cbfe08f4ef6a08a191e49709d9525 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs Gerrit-Reviewer: Dan Hecht Gerrit-Reviewer: Huaisi Xu Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Matthew Jacobs Gerrit-Reviewer: Tim Armstrong