Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A7F110F9B for ; Thu, 21 Nov 2013 06:43:06 +0000 (UTC) Received: (qmail 18920 invoked by uid 500); 21 Nov 2013 06:42:58 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 18724 invoked by uid 500); 21 Nov 2013 06:42:56 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 18717 invoked by uid 99); 21 Nov 2013 06:42:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 06:42:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of halcyonic@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qa0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 06:42:49 +0000 Received: by mail-qa0-f48.google.com with SMTP id w5so3334103qac.0 for ; Wed, 20 Nov 2013 22:42:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=Si8zNkeUt3yji9yw4BDXLVhAP2fl2b+PiNMq+m3Jqlw=; b=JVOzPMGbEkwguJ1oIRs3HqAMgIrEbKqoHdlb6vCWVvs76WqzIOx5fiUYa53fMCHAHU V6YIgBx1TC0A/zODOt+zqVNFExzmBppsZB7QTXlrDBdcU/cgbXGXQxqB/b99eftZWej+ hdXhSjiJ0GrVLQLVJbwzvwgynpq/mDSE0JWoQwsuC+wklX5FVwPrpBVC2VPtzO7BiEHR 0zaGdfZ6Sx/1P0D9B8VOW5E1q0y7lKc8qL0N5jc4ymfHSAzNa4jIixIpvAA/Gs/3RIG1 VlUNLECH3i08dD9Bkfi+qHCVb1pcP0CFJhOj4ZbNZS6YFtWlYSJNWwHaELW9vSJ0FhCR R/Ag== X-Received: by 10.49.25.16 with SMTP id y16mr8537303qef.20.1385016148185; Wed, 20 Nov 2013 22:42:28 -0800 (PST) Received: from vpn-178-126.vpnclient.harvard.edu (dhcp-128-103-224-178.harvard.edu. [128.103.224.178]) by mx.google.com with ESMTPSA id 3sm13963194qej.0.2013.11.20.22.42.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Nov 2013 22:42:26 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: help with hadoop 1.2.1 aggregate framework (non-streaming) From: Nicholas Murphy In-Reply-To: Date: Thu, 21 Nov 2013 01:42:23 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@hadoop.apache.org X-Mailer: Apple Mail (2.1822) X-Virus-Checked: Checked by ClamAV on apache.org Thanks, but as per the StackOverflow site, it is there (see the second = code block where I list the contents of ScifsStandard.jar). Nick On Nov 21, 2013, at 1:37 AM, Azuryy Yu wrote: > Hi Nicholas, >=20 > This is not hadoop releated.=20 >=20 > edu.harvard.seas.scifs.ScifsStandard, which is your cutomized class, = so: > you need to include this class in your ScifsStandard.jar >=20 >=20 > On Thu, Nov 21, 2013 at 4:15 AM, Nicholas Murphy = wrote: > I'm trying to use the aggregate framework but in a non-streaming = fashion. I detailed what I'm doing pretty well here: >=20 > = http://stackoverflow.com/questions/20085532/trying-to-make-hadoop-1-2-1-ag= gregate-framework-work-non-streaming >=20 > I have a feeling there's a simple solution (involving setting the = appropriate classpath somewhere) but I don't know what it is. Any help = appreciated. There's remarkably little information available on = non-streaming use of aggregates that I can find. >=20 > Thanks, > Nick >=20