Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B073F1931E for ; Mon, 11 Apr 2016 15:18:27 +0000 (UTC) Received: (qmail 16059 invoked by uid 500); 11 Apr 2016 15:18:26 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 15798 invoked by uid 500); 11 Apr 2016 15:18:26 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 15585 invoked by uid 99); 11 Apr 2016 15:18:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Apr 2016 15:18:26 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 162D92C1F86 for ; Mon, 11 Apr 2016 15:18:26 +0000 (UTC) Date: Mon, 11 Apr 2016 15:18:26 +0000 (UTC) From: =?utf-8?Q?Sergio_Pe=C3=B1a_=28JIRA=29?= To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-12033?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1523= 5272#comment-15235272 ]=20 Sergio Pe=C3=B1a commented on HIVE-12033: ------------------------------------ [~ashutoshc] Agree. There are some things that are failing due to HIVE_TEST= _CLASSPATH not being generated with these changes. This is the variable on the pom.xml that is empty on these changes: {code} ... ${maven.test.classpath} ... {code} maven.test.classpath is an ANT variable, and test.hive.hadoop.classpath is = needed by all TestCliDrivers to run the tests. So, no ANT, no classpath. Bu= t everything runs OK in IntelliJ. However, just last week I learned about 'depenency:build-classpath', so it = might be good to investigate how to get the classpath using code of the bui= ld-classpath goal. If you have some ideas, it would be the last piece to ma= ke this works. > Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable > ------------------------------------------------------------------------- > > Key: HIVE-12033 > URL: https://issues.apache.org/jira/browse/HIVE-12033 > Project: Hive > Issue Type: Improvement > Components: Test > Affects Versions: 1.2.1 > Reporter: Sergio Pe=C3=B1a > Assignee: Sergio Pe=C3=B1a > Priority: Minor > Attachments: HIVE-12033.1-spark.patch, HIVE-12033.1.patch > > > The ANT auto-generated test sources make TestCliDriver code a little comp= licated to debug with IntelliJ and Eclipse. Remote debugging is the best ch= oice to do it. > There must be a new way to move out the ANT auto-generated source plug-in= , and make TestCliDriver easy debuggable by current IDE, such as IntelliJ a= nd Eclipse. -- This message was sent by Atlassian JIRA (v6.3.4#6332)