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 EE0EA200A5B for ; Wed, 25 May 2016 22:24:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EC9A5160A39; Wed, 25 May 2016 20:24:27 +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 3E9A8160A0F for ; Wed, 25 May 2016 22:24:27 +0200 (CEST) Received: (qmail 38435 invoked by uid 500); 25 May 2016 19:59:57 -0000 Mailing-List: contact dev-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list dev@impala.incubator.apache.org Received: (qmail 38402 invoked by uid 99); 25 May 2016 19:59:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2016 19:59:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5CFBC1804C3 for ; Wed, 25 May 2016 19:59:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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 mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id TmEhSWmeSMq3 for ; Wed, 25 May 2016 19:59:54 +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 mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id 01B8C5FB2F for ; Wed, 25 May 2016 19:59:53 +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 u4PJxpSa023664; Wed, 25 May 2016 19:59:51 GMT Message-Id: <201605251959.u4PJxpSa023664@ip-10-146-233-104.ec2.internal> Date: Wed, 25 May 2016 19:59:51 +0000 From: "Sailesh Mukil (Code Review)" To: impala-cr@cloudera.com, dev@impala.incubator.apache.org CC: Dan Hecht Reply-To: sailesh@cloudera.com X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?[Impala-CR](cdh5-2.6.0=5F5.8.0)_IMPALA-3577=2C_IMPALA-3486:_Partitions_on_multiple_filesystems_breaks_with_S3=5FSKIP=5FINSERT=5FSTAGING=0A?= X-Gerrit-Change-Id: Ib13b610eb9efb68c83894786cea862d7eae43aa7 X-Gerrit-ChangeURL: X-Gerrit-Commit: ee314856e9307c782216eafee0878d02ca832119 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.10-rc0 archived-at: Wed, 25 May 2016 20:24:28 -0000 Sailesh Mukil has posted comments on this change. Change subject: IMPALA-3577, IMPALA-3486: Partitions on multiple filesystems breaks with S3_SKIP_INSERT_STAGING ...................................................................... Patch Set 11: (1 comment) http://gerrit.cloudera.org:8080/#/c/3146/11/tests/query_test/test_multiple_filesystems.py File tests/query_test/test_multiple_filesystems.py: Line 63: fs_prefix = "s3a://" + S3_BUCKET_NAME > I was thinking we'd do something even simpler which was to require the Jenk No we don't. We would have had to if we went this way, but I changed it to just use SECONDARY_FILESYSTEM like you mentioned here, so that our builds can choose which filesystem to run as secondary. And we don't need to set S3_BUCKET_NAME or ISILION_NAMENODE. -- To view, visit http://gerrit.cloudera.org:8080/3146 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib13b610eb9efb68c83894786cea862d7eae43aa7 Gerrit-PatchSet: 11 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Sailesh Mukil Gerrit-Reviewer: Dan Hecht Gerrit-Reviewer: Sailesh Mukil Gerrit-HasComments: Yes