Hi am trying to use mahout jar instead of compiling it with my code.

On Tue, Apr 9, 2013 at 6:01 PM, Dominik Hübner <cont...@dhuebner.com> wrote:

> Try adding this to your pom file
>
> <build>
>         <plugins>
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-assembly-plugin</artifactId>
>                 <executions>
>                     <execution>
>                         <id>my-jar-with-dependencies</id>
>                         <phase>package</phase>
>                         <goals>
>                             <goal>single</goal>
>                         </goals>
>                         <configuration>
>                             <descriptorRefs>
>
> <descriptorRef>jar-with-dependencies</descriptorRef>
>                             </descriptorRefs>
>                         </configuration>
>                     </execution>
>                 </executions>
>             </plugin>
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-jar-plugin</artifactId>
>             </plugin>
>         </plugins>
>     </build>
>
>
> On Apr 9, 2013, at 11:42 PM, Cyril Bogus <cyrilbo...@gmail.com> wrote:
>
> > To Suneel,
> >
> > I just ran some code using the google collection class and it is working
> > fine so I know it is included.
> >
> > To Dominik,
> >
> > You might be right. That would explain why it works in pseudo mode but
> when
> > I try on the cluster it does not know where to look anymore.
> >
> >
> > On Tue, Apr 9, 2013 at 5:30 PM, Suneel Marthi <suneel_mar...@yahoo.com
> >wrote:
>
>

Reply via email to