Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73B9BDA77 for ; Wed, 15 Aug 2012 22:38:38 +0000 (UTC) Received: (qmail 63858 invoked by uid 500); 15 Aug 2012 22:38:38 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 63811 invoked by uid 500); 15 Aug 2012 22:38:38 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 63794 invoked by uid 99); 15 Aug 2012 22:38:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 22:38:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F0AEF2C5AC9 for ; Wed, 15 Aug 2012 22:38:37 +0000 (UTC) Date: Thu, 16 Aug 2012 09:38:37 +1100 (NCT) From: "Billie Rinaldi (JIRA)" To: dev@accumulo.apache.org Message-ID: <1197264849.16493.1345070317986.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (ACCUMULO-730) Run MR tests using local job tracker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Billie Rinaldi created ACCUMULO-730: --------------------------------------- Summary: Run MR tests using local job tracker Key: ACCUMULO-730 URL: https://issues.apache.org/jira/browse/ACCUMULO-730 Project: Accumulo Issue Type: Task Components: test Reporter: Billie Rinaldi Assignee: Billie Rinaldi Fix For: 1.5.0 This can be done by setting the following properties, then calling ToolRunner.run. conf.set("mapred.job.tracker", "local"); conf.set("fs.default.name", "file:///"); If it doesn't take too much longer to run this way in a junit test, it would be preferable to the manual context creation that is currently being done. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira