Samza requires YARN, but the hello-samza job starts that automatically. The realm error should be harmless (it's related to security: http://stackoverflow.com/questions/7134723/hadoop-on-osx-unable-to-load-realm-info-from-scdynamicstore). Is it preventing the job from running?
On Fri, Nov 22, 2013 at 12:03 PM, tian zhang <[email protected]> wrote: > Hi, I am trying hello-samza and I hit the following error when I try to do > 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 got the following error > 2013-11-22 11:51:54.499 java[41297:1607] Unable to load realm info from > SCDynamicStore > > I have 2 questions, does samza requires hadoop installation? how to > workaround this error? > > Thanks. > > Tian
