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 79FA9200B6C for ; Sun, 28 Aug 2016 13:22:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7875E160AB4; Sun, 28 Aug 2016 11:22:32 +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 BF272160AAF for ; Sun, 28 Aug 2016 13:22:31 +0200 (CEST) Received: (qmail 36074 invoked by uid 500); 28 Aug 2016 11:22:30 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 36053 invoked by uid 99); 28 Aug 2016 11:22:30 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2016 11:22:30 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 1D69B2CCDD2; Sun, 28 Aug 2016 11:22:28 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7189474735741908818==" MIME-Version: 1.0 Subject: Re: Review Request 51468: HIVE-14532 Enable qtests from IDE From: Zoltan Haindrich To: Balint Molnar , Lefty Leverenz , j.prasanth.j@gmail.com Cc: Peter Vary , hive , Zoltan Haindrich , Gabor Szadovszky Date: Sun, 28 Aug 2016 11:22:28 -0000 Message-ID: <20160828112228.17563.98712@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Zoltan Haindrich X-ReviewGroup: hive X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/51468/ X-Sender: Zoltan Haindrich References: <20160827002507.2090.87152@reviews.apache.org> In-Reply-To: <20160827002507.2090.87152@reviews.apache.org> Reply-To: Zoltan Haindrich X-ReviewRequest-Repository: hive-git archived-at: Sun, 28 Aug 2016 11:22:32 -0000 --===============7189474735741908818== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Aug. 27, 2016, 12:25 a.m., Gabor Szadovszky wrote: > > pom.xml, line 195 > > > > > > Wouldn't it infect the other modules (production) as well? > > Zoltan Haindrich wrote: > I don't think so...this property will affect everything where its used...when the ide profile is inactive it will work as before. > > Gabor Szadovszky wrote: > Then, the comment "this will enable by default the shade plugin" in the root pom is a bit misleading to me. disabling the shade plugin was not easy...contolling its execution phase seemed the most straight forward way to control its skip... it's not good to have a comment which is misleading... * do you have any suggestion? * sould i remove the comment? I think the property name is self explaining about what it does - and that way you may look up its uses and figure out its function from the actual configuration.. - Zoltan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51468/#review147046 ----------------------------------------------------------- On Aug. 26, 2016, 10:13 p.m., Zoltan Haindrich wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51468/ > ----------------------------------------------------------- > > (Updated Aug. 26, 2016, 10:13 p.m.) > > > Review request for hive, Balint Molnar, Lefty Leverenz, and Prasanth_J. > > > Bugs: HIVE-14532 > https://issues.apache.org/jira/browse/HIVE-14532 > > > Repository: hive-git > > > Description > ------- > > how to execute qtests for ide wikipage draft: > http://hastebin.com/paxicutive.vhdl > > the patch itself contains: > > * some automatic property settings to configure qtest related things to be able to execute > * maven profile to avoid shading plugin invocation during IDE project generation > * some test.src.tables related changes > > > Diffs > ----- > > itests/util/src/main/java/org/apache/hadoop/hive/cli/control/AbstractCliConfig.java efbd4657f22e856b9c9ba5f74472ad5fd9f9a5b5 > itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java 319a205225c67f123ba35a2811ee117650d46dc3 > itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java 4d4a929c159c61f9f4af3238d4b7baff146d346e > jdbc/pom.xml b29739b3f8577c6e363b5c8ee39b63e53a17c907 > pom.xml 9ed1c19f3e312ee1f1d9932ee2ba228589a7cb49 > ql/pom.xml 02ddb805a228ed23694c8a81953dd2400d7308c6 > ql/src/java/org/apache/hadoop/hive/ql/hooks/EnforceReadOnlyTables.java 4569ed5e41f2f4db8f3d539d7cfb693c442ba910 > > Diff: https://reviews.apache.org/r/51468/diff/ > > > Testing > ------- > > I've tested the draft using eclipse: > 3.0 -> 3.1 -> TestCliDriver(combine2,alter_concatenate_indexed_table) > 3.0 -> 3.2 -> TestCliDriver(combine2) > > I think this should work with idea too...but someone should possibly check it ;) > > > Thanks, > > Zoltan Haindrich > > --===============7189474735741908818==--