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 442B8200B9A for ; Fri, 7 Oct 2016 16:55:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 41EF0160AE8; Fri, 7 Oct 2016 14:55: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 AE5E0160AD6 for ; Fri, 7 Oct 2016 16:55:21 +0200 (CEST) Received: (qmail 48203 invoked by uid 500); 7 Oct 2016 14:55:20 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 48191 invoked by uid 500); 7 Oct 2016 14:55:20 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 48188 invoked by uid 99); 7 Oct 2016 14:55:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 14:55:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6C7D42C014E for ; Fri, 7 Oct 2016 14:55:20 +0000 (UTC) Date: Fri, 7 Oct 2016 14:55:20 +0000 (UTC) From: "Adam Szita (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PIG-5036) Remove biggish from e2e input dataset MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 07 Oct 2016 14:55:22 -0000 [ https://issues.apache.org/jira/browse/PIG-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15555292#comment-15555292 ] Adam Szita commented on PIG-5036: --------------------------------- LGTM Duration of Rank test group actually decreased by more than 50% on my end. Minor observation: did you leave the Rank test num=6 on purpose? Would anything break if we renamed it to 4? > Remove biggish from e2e input dataset > ------------------------------------- > > Key: PIG-5036 > URL: https://issues.apache.org/jira/browse/PIG-5036 > Project: Pig > Issue Type: Improvement > Components: e2e harness > Reporter: Daniel Dai > Assignee: Daniel Dai > Fix For: 0.17.0 > > Attachments: PIG-5036-1.patch > > > To reduce e2e runtime. It takes around 10 min to generate it and more time to run the tests involving the file (Rank_4, Rank_5). Actually it is not necessary, the purpose is to run multiple map and we can do that with "mapreduce.input.fileinputformat.split.maxsize" parameter. -- This message was sent by Atlassian JIRA (v6.3.4#6332)