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 <[email protected]>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 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 < > [email protected]> wrote: > > > 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#StaticLoggerBinder > > <http://www.slf4j.org/codes.html#StaticLoggerBinder> for further > details.* > > > > How can I overcome from this mater? > > > > Thanks, > > Chameera > > > -- Thanks, Chameera
