I'm trying to launch hello-samza example starting from master branch. I've run every command without errors, started run-job.sh without errors, but job in YARN stays forever in ACCEPTED state.
I've looked at http://localhost:8088/cluster/nodes and it shows nothing - is this the problem? YARN has no nodes connected so it cannot allocate resources to complete submitted job?
yarn node -list
also shows Total Nodes:0
Why is that, if I'm simply following the instructions?