Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 641DF10990 for ; Thu, 12 Dec 2013 16:33:08 +0000 (UTC) Received: (qmail 21377 invoked by uid 500); 12 Dec 2013 16:33:07 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 21352 invoked by uid 500); 12 Dec 2013 16:33:07 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 21335 invoked by uid 99); 12 Dec 2013 16:33:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 16:33:07 +0000 Date: Thu, 12 Dec 2013 16:33:06 +0000 (UTC) From: "Hung Pham (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-2005) Provide a scaling factor for mapred.task.timeout inside functional test's RunTests.java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Hung Pham created ACCUMULO-2005: ----------------------------------- Summary: Provide a scaling factor for mapred.task.timeout inside functional test's RunTests.java Key: ACCUMULO-2005 URL: https://issues.apache.org/jira/browse/ACCUMULO-2005 Project: Accumulo Issue Type: Test Components: test Affects Versions: 1.4.4 Reporter: Hung Pham Priority: Minor The MR option for running functional tests ($ACCUMULO_HOME/test/system/auto) fails with a mapred timeout currently set at 480 secs (8*60*1000). A flag or argument for scaling mapred.task.timeout inside RunTests.java (ie, a number that influence the 8 in 8*60*1000) needs to be in place to allow scaling up or down mapred.task.timeout as needed. This is similar to ACCUMULO-1829. -- This message was sent by Atlassian JIRA (v6.1.4#6159)