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 B608E200B8B for ; Tue, 20 Sep 2016 00:43:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B4913160ADC; Mon, 19 Sep 2016 22:43:53 +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 F0CA6160ACC for ; Tue, 20 Sep 2016 00:43:52 +0200 (CEST) Received: (qmail 19985 invoked by uid 500); 19 Sep 2016 22:43:52 -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 19974 invoked by uid 99); 19 Sep 2016 22:43:51 -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; Mon, 19 Sep 2016 22:43:51 +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 650DB180481 for ; Mon, 19 Sep 2016 22:43:51 +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 mx1-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 ByFeSFrT8ozK for ; Mon, 19 Sep 2016 22:43:48 +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 CCDC160CD2 for ; Mon, 19 Sep 2016 22:43:47 +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 u8JMhkEI005831; Mon, 19 Sep 2016 22:43:46 GMT Message-Id: <201609192243.u8JMhkEI005831@ip-10-146-233-104.ec2.internal> Date: Mon, 19 Sep 2016 22:43:46 +0000 From: "Michael Brown (Code Review)" To: Dimitris Tsirogiannis , impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Matthew Jacobs Reply-To: mikeb@cloudera.com X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-3739=3A_Enable_stress_tests_on_Kudu=0A?= X-Gerrit-Change-Id: I3c9fc3dae24b761f031ee8e014bd611a49029d34 X-Gerrit-ChangeURL: X-Gerrit-Commit: abd95d60fac3833f61143af44d53868b9bbbee81 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, 19 Sep 2016 22:43:53 -0000 Michael Brown has posted comments on this change. Change subject: IMPALA-3739: Enable stress tests on Kudu ...................................................................... Patch Set 5: (2 comments) It seems regardless of database, Kudu tables live in the same Kudu namespace. In order to have TPCH and TPCDS data both loaded, at least one of the customer tables must have a different name. But also, it's often convenient to have the same data of varying scales loaded on a stress cluster for various experiments. Since we solve that problem by including the data scale in the database name, I think we could solve these problems in Kudu by including the Impala database as a prefix to each Kudu table. Suggestion: prepend all the Kudu table names with the database name. http://gerrit.cloudera.org:8080/#/c/4327/5/testdata/datasets/tpcds/tpcds_kudu_template.sql File testdata/datasets/tpcds/tpcds_kudu_template.sql: PS5, Line 469: 'kudu.table_name'='customer', Here's one kudu table called 'customer'. Can this (and others) be expanded to "{target_db_name}_customer" ? http://gerrit.cloudera.org:8080/#/c/4327/5/testdata/datasets/tpch/tpch_kudu_template.sql File testdata/datasets/tpch/tpch_kudu_template.sql: PS5, Line 185: 'kudu.table_name' = 'customer', Here's another kudu table called "customer". -- To view, visit http://gerrit.cloudera.org:8080/4327 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3c9fc3dae24b761f031ee8e014bd611a49029d34 Gerrit-PatchSet: 5 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Dimitris Tsirogiannis Gerrit-Reviewer: Dimitris Tsirogiannis Gerrit-Reviewer: Matthew Jacobs Gerrit-Reviewer: Michael Brown Gerrit-HasComments: Yes