Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C6F63106FB for ; Fri, 1 Nov 2013 01:04:03 +0000 (UTC) Received: (qmail 78883 invoked by uid 500); 1 Nov 2013 01:04:03 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 78838 invoked by uid 500); 1 Nov 2013 01:04:03 -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 78830 invoked by uid 99); 1 Nov 2013 01:04:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 01:04:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Eric.N.Hanson@microsoft.com designates 207.46.163.236 as permitted sender) Received: from [207.46.163.236] (HELO na01-by2-obe.outbound.protection.outlook.com) (207.46.163.236) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 01:03:58 +0000 Received: from BY2PR03MB238.namprd03.prod.outlook.com (10.242.37.18) by BY2PR03MB240.namprd03.prod.outlook.com (10.242.37.20) with Microsoft SMTP Server (TLS) id 15.0.800.7; Fri, 1 Nov 2013 01:03:36 +0000 Received: from BY2PR03MB238.namprd03.prod.outlook.com ([169.254.5.181]) by BY2PR03MB238.namprd03.prod.outlook.com ([169.254.5.181]) with mapi id 15.00.0800.005; Fri, 1 Nov 2013 01:03:35 +0000 From: "Eric Hanson (SQL SERVER)" To: "dev@hive.apache.org" Subject: getting testreport with maven build, and getting lib folder to run end-to-end tests Thread-Topic: getting testreport with maven build, and getting lib folder to run end-to-end tests Thread-Index: Ac7WnSm9QDidMuANTLC202Ia2C+bJA== Date: Fri, 1 Nov 2013 01:03:35 +0000 Message-ID: <10d7cc746b224405ad13db3f13f89a39@BY2PR03MB238.namprd03.prod.outlook.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [2001:4898:80e8:ee31::3] x-forefront-prvs: 00179089FD x-forefront-antispam-report: SFV:NSPM;SFS:(189002)(199002)(164054003)(15975445006)(50986001)(74876001)(77096001)(53806001)(4396001)(54356001)(76576001)(46102001)(49866001)(76176001)(56816003)(47976001)(51856001)(47736001)(19580395003)(83322001)(81686001)(33646001)(69226001)(65816001)(79102001)(80022001)(80976001)(81342001)(81542001)(31966008)(63696002)(74502001)(74662001)(47446002)(74316001)(76482001)(74366001)(59766001)(56776001)(85306002)(81816001)(76796001)(54316002)(76786001)(74706001)(77982001)(83072001)(87266001)(24736002)(3826001);DIR:OUT;SFP:;SCL:1;SRVR:BY2PR03MB240;H:BY2PR03MB238.namprd03.prod.outlook.com;CLIP:2001:4898:80e8:ee31::3;FPR:;RD:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-Virus-Checked: Checked by ClamAV on apache.org In the new Hive maven build, after you run a test case, how do you do the e= quivalent of "ant testreport" and view the test output html file? Also, I used to copy build\dist\lib to the lib folder of my one-box hive in= stallation and run it to do end-to-end ad hoc testing of the newly compiled= hive bits. Now the build\dist\lib folder is not there. How do I do the equ= ivalent? Can somebody put the answers into https://cwiki.apache.org/confluence/displ= ay/Hive/HiveDeveloperFAQ=20 too? Thanks, Eric