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
