Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 288E717963 for ; Fri, 26 Sep 2014 15:56:51 +0000 (UTC) Received: (qmail 43742 invoked by uid 500); 26 Sep 2014 15:56:50 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 43695 invoked by uid 500); 26 Sep 2014 15:56:50 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 43683 invoked by uid 99); 26 Sep 2014 15:56:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2014 15:56:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [67.218.99.20] (HELO chill.innovation.ch) (67.218.99.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2014 15:56:46 +0000 Received: from localhost (localhost [127.0.0.1]) by chill.innovation.ch (Postfix) with ESMTP id 0C0F76400BF for ; Fri, 26 Sep 2014 08:56:26 -0700 (PDT) X-Virus-Scanned: amavisd-new at Received: from chill.innovation.ch ([127.0.0.1]) by localhost (chill.innovation.ch [127.0.0.1]) (amavisd-new, port 10025) with LMTP id oB-KPBzX1Du9 for ; Fri, 26 Sep 2014 08:56:19 -0700 (PDT) Date: Fri, 26 Sep 2014 08:56:18 -0700 From: Amit Kapoor To: user@accumulo.apache.org Subject: Re: MapReduce Integration Tests for Accumulo 1.5.1 Message-ID: <20140926155618.GA30153@gopher> Reply-To: Amit Kapoor References: <20140925214157.GA18039@gopher> <5424AFF4.2070704@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5424AFF4.2070704@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Checked: Checked by ClamAV on apache.org Hi Josh, Thanks. We will take a look. regards Amit On Thu, Sep 25, 2014 at 08:14:44PM -0400, Josh Elser wrote: > Have you looked at the MiniMRClusterFactory and MiniMRClientCluster yet? Hadoop has some examples > which start the MiniMR cluster and then use ToolRunner to submit a job. > > https://github.com/apache/hadoop/blob/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestLargeSort.java >