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 64A5D200B9B for ; Tue, 27 Sep 2016 20:09:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6336D160AB9; Tue, 27 Sep 2016 18:09:22 +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 D2B3D160AD2 for ; Tue, 27 Sep 2016 20:09:21 +0200 (CEST) Received: (qmail 6012 invoked by uid 500); 27 Sep 2016 18:09:21 -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 5742 invoked by uid 99); 27 Sep 2016 18:09:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2016 18:09:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C1F962C2A65 for ; Tue, 27 Sep 2016 18:09:20 +0000 (UTC) Date: Tue, 27 Sep 2016 18:09:20 +0000 (UTC) From: "Prasanth Jayachandran (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HIVE-14835) Improve ptest2 build time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 27 Sep 2016 18:09:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran resolved HIVE-14835. ------------------------------------------ Resolution: Fixed Fix Version/s: 2.2.0 I am not sure if any changes has to be made in ptest cluster. I will monitor the next run to see if both changes are taking effect. Patch committed to master. Thanks [~spena] for the review! > Improve ptest2 build time > ------------------------- > > Key: HIVE-14835 > URL: https://issues.apache.org/jira/browse/HIVE-14835 > Project: Hive > Issue Type: Sub-task > Components: Testing Infrastructure > Affects Versions: 2.2.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Fix For: 2.2.0 > > Attachments: HIVE-14835.1.patch > > > NO PRECOMMIT TESTS > 2 things can be improved > 1) ptest2 always downloads jars for compiling its own directory which takes about 1m30s which should take only 5s with cache jars. The reason for that is maven.repo.local is pointing to a path under WORKSPACE which will be cleaned by jenkins for every run. > 2) For hive build we can make use of parallel build and quite the output of build which should shave off another 15-30s. -- This message was sent by Atlassian JIRA (v6.3.4#6332)