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 DC374200B6F for ; Wed, 10 Aug 2016 03:27:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DAC11160AAD; Wed, 10 Aug 2016 01:27:25 +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 5909D160AA5 for ; Wed, 10 Aug 2016 03:27:25 +0200 (CEST) Received: (qmail 88544 invoked by uid 500); 10 Aug 2016 01:27:24 -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 88443 invoked by uid 99); 10 Aug 2016 01:27:24 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 01:27:24 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EBBC22C02BA for ; Wed, 10 Aug 2016 01:27:22 +0000 (UTC) Date: Wed, 10 Aug 2016 01:27:22 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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: Wed, 10 Aug 2016 01:27:26 -0000 [ https://issues.apache.org/jira/browse/HIVE-14502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15414566#comment-15414566 ] Sergey Shelukhin commented on HIVE-14502: ----------------------------------------- MiniTez runs HBase metastore, MiniLlap doesn't. It probably doesn't cause the slowdown, but we might want to switch MiniLlap to that to retain coverage. > 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 > > 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)