The job file should contain a lib directory that contains the mahout math jar. This should contain the vector class.
I will take a closer look when I have access to something larger than a phone this evening. Drew On Oct 15, 2010 3:39 AM, "deneche abdelhakim" <[email protected]> wrote: > installed maven 3.0, removed .m2/repository and tried again with no > success, the generated job file for "core" is missing the Vector class > !!! > > On Fri, Oct 15, 2010 at 5:28 AM, deneche abdelhakim <[email protected]> wrote: >> maven 2.2.1, and yes I'm building from the command line. >> building from tags/mahout-0.3/ gives a job that works, but building >> from trunk/ gives the weird job.jar. >> >> >> On Fri, Oct 15, 2010 at 5:24 AM, Ted Dunning <[email protected]> wrote: >>> I wonder if there is a maven version thing going on. >>> >>> What version of mvn are you running? Are you building from the command >>> line? >>> >>> On Thu, Oct 14, 2010 at 9:16 PM, deneche abdelhakim <[email protected] >wrote: >>> >>>> just to make sure I deleted the maven repository, and I'm trying again >>>> right now. >>>> >>>> On Fri, Oct 15, 2010 at 5:14 AM, deneche abdelhakim <[email protected] > >>>> wrote: >>>> > yes, but it does not contain mahout-math. >>>> > >>>> > In 0.3 the classes of mahout-math were directly copied inside the >>>> > "org" directory. >>>> > >>>> > On Fri, Oct 15, 2010 at 5:09 AM, Ted Dunning <[email protected]> >>>> wrote: >>>> >> Do you see a lib directory inside the -job.jar ? >>>> >> >>>> >> On Thu, Oct 14, 2010 at 8:59 PM, deneche abdelhakim < [email protected] >>>> >wrote: >>>> >> >>>> >>> >>>> >>> Inside mahout-core-0.3.job you can find the Vector class inside >>>> >>> org/apache/mahout/mahout/, >>>> >>> but I can't seem to find it inside mahout-core-0.4-SNAPSHOT-job.jar >>>> >>> >>>> >>> am I missing something ? >>>> >> >>>> > >>>> >>> >>
