help with hadoop 1.2.1 aggregate framework (non-streaming)

2013-11-20 Thread Nicholas Murphy
I'm trying to use the aggregate framework but in a non-streaming fashion. I detailed what I'm doing pretty well here: http://stackoverflow.com/questions/20085532/trying-to-make-hadoop-1-2-1-aggregate-framework-work-non-streaming I have a feeling there's a simple solution (involving setting the

Re: help with hadoop 1.2.1 aggregate framework (non-streaming)

2013-11-20 Thread Azuryy Yu
Hi Nicholas, This is not hadoop releated. edu.harvard.seas.scifs.ScifsStandard, which is your cutomized class, so: you need to include this class in your ScifsStandard.jar On Thu, Nov 21, 2013 at 4:15 AM, Nicholas Murphy halcyo...@gmail.comwrote: I'm trying to use the aggregate framework but

Re: help with hadoop 1.2.1 aggregate framework (non-streaming)

2013-11-20 Thread Nicholas Murphy
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 azury...@gmail.com wrote: Hi Nicholas, This is not hadoop releated. edu.harvard.seas.scifs.ScifsStandard, which

Re: help with hadoop 1.2.1 aggregate framework (non-streaming)

2013-11-20 Thread Azuryy Yu
Where is your ScifsStandard.jar? does that locate in the same path with your command line? if not, plaese specify the full path in your command line, such as : hadoop jar ../test/test.jar X On Thu, Nov 21, 2013 at 2:42 PM, Nicholas Murphy halcyo...@gmail.comwrote: Thanks, but as per the