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 7D726E379 for ; Wed, 16 Jan 2013 01:35:11 +0000 (UTC) Received: (qmail 91848 invoked by uid 500); 16 Jan 2013 01:35:11 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 91812 invoked by uid 500); 16 Jan 2013 01:35:11 -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 91803 invoked by uid 99); 16 Jan 2013 01:35:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 01:35:11 +0000 Date: Wed, 16 Jan 2013 01:35:11 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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 [ https://issues.apache.org/jira/browse/ACCUMULO-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13554613#comment-13554613 ] Hudson commented on ACCUMULO-730: --------------------------------- Integrated in Accumulo-Trunk #639 (See [https://builds.apache.org/job/Accumulo-Trunk/639/]) ACCUMULO-730 converted input and output format tests to use local mr. no more contextfactorysvn status (Revision 1433695) Result = SUCCESS billie : Files : * /accumulo/trunk/core/pom.xml * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/ContextFactory.java * /accumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormatTest.java * /accumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloInputFormatTest.java * /accumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormatTest.java * /accumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormatTest.java * /accumulo/trunk/examples/simple/pom.xml * /accumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/helloworld/InsertWithOutputFormat.java * /accumulo/trunk/examples/simple/src/test/java/org/apache/accumulo/examples/simple/filedata/ChunkInputFormatTest.java * /accumulo/trunk/pom.xml > 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 For more information on JIRA, see: http://www.atlassian.com/software/jira