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 A0059200B77 for ; Sat, 20 Aug 2016 03:43:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 89155160AAC; Sat, 20 Aug 2016 01:43: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 0164B160AAB for ; Sat, 20 Aug 2016 03:43:21 +0200 (CEST) Received: (qmail 76867 invoked by uid 500); 20 Aug 2016 01:43: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 76856 invoked by uid 99); 20 Aug 2016 01:43:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Aug 2016 01:43:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 168D72C0032 for ; Sat, 20 Aug 2016 01:43:21 +0000 (UTC) Date: Sat, 20 Aug 2016 01:43:21 +0000 (UTC) From: "Prasanth Jayachandran (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14502) Convert MiniTez tests to MiniLlap tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 20 Aug 2016 01:43:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-14502: ----------------------------------------- Status: Patch Available (was: Open) > Convert MiniTez tests to MiniLlap tests > --------------------------------------- > > Key: HIVE-14502 > URL: https://issues.apache.org/jira/browse/HIVE-14502 > Project: Hive > Issue Type: Sub-task > Components: Test > Affects Versions: 2.2.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Attachments: HIVE-14502.1.patch, HIVE-14502.2.patch, HIVE-14502.3.patch, HIVE-14502.4.patch, HIVE-14502.5.patch > > > Llap shares most of the codepath with tez. MiniLlapCliDriver is much faster than MiniTezCliDriver because of threaded executors and caching. MiniTezCliDriver tests takes around 3hr 15mins to run around 400 tests. To cut down this test time significantly it makes sense to move over mive tez tests to mini llap tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)