Re: SLF4J Error

2014-01-06 Thread Ranjith P
Which version of hadoop and mahout r u using? Also please check which version of slf4j-log4j12 jar is comming first in your classpath. On Tue, Jan 7, 2014 at 8:56 AM, Chameera Wijebandara < chameerawijeband...@gmail.com> wrote: > Which jars I should add to my project? > I have add some SLF4J.jar

Re: SLF4J Error

2014-01-06 Thread Chameera Wijebandara
Which jars I should add to my project? I have add some SLF4J.jar files but errors still same. On Mon, Jan 6, 2014 at 3:31 PM, Mahesh Balija wrote: > if you are running it on Hadoop please check whether you are having SLF4J > jars are part of the Hadoop lib folder or else you are suppose to pass

Re: SLF4J Error

2014-01-06 Thread Mahesh Balija
if you are running it on Hadoop please check whether you are having SLF4J jars are part of the Hadoop lib folder or else you are suppose to pass them with -libjars option with the right usage of GenericOptionsParser in your source code. On Mon, Jan 6, 2014 at 12:13 PM, Chameera Wijebandara < cham

SLF4J Error

2014-01-05 Thread Chameera Wijebandara
Hi, I have run very fist recommendation example in mahout in action. After run that I got fallowing massage *SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".* *SLF4J: Defaulting to no-operation (NOP) logger implementation* *SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBi