Hey Ruchita, Based on the logs you've sent, there's nothing wrong. That SLF4J message just means that you won't get logs output to the console.
When you say you ran the telnet command, which are you referring to? Cheers, Chris On 11/3/14 10:57 AM, "ruchita sarawgi" <[email protected]> wrote: >Hi, > >I was trying to get the hello-samza code up and running on my local >machine. However, I get the following error : > > hello-samza git:(master) bin/produce-wikipedia-raw-data.sh > >Using localhost:2181 as the zookeeper. You can overwrite it with '-z >yourlocation' > >Using localhost:9092 as the kafka broker. You can overwrite it with '-b >yourlocation' > >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 for further >details. >I tried the telnet command and it gave me a connection error. So I ran the >bin/produce-wikipedia-raw-data.sh command instead of : > >deploy/samza/bin/run-job.sh >--config-factory=org.apache.samza.config.factories.PropertiesConfigFactory >--config-path=file://$PWD/deploy/samza/config/wikipedia-feed.properties > > > >I have kafka, yarn and zookeeper up and when I go to my local host link, I >see Active Nodes as 1. > >Can you please suggest what could have been wrong? > > >-- >Cheers, >Ruchita
