Spark streaming is not working in Standalone cluster deployed in VM
问题 I have written Kafka stream program using Scala and executing in Spark standalone cluster. Code works fine in my local. I have done Kafka , Cassandra and Spark setup in Azure VM. I have opened all inbound and outbound ports to avoid port blocking. started Master sbin>./start-master.sh Started Slave sbin# ./start-slave.sh spark://vm-hostname:7077 I have verified this status in Master WEB UI. Submit Job bin#./spark-submit --class x.y.StreamJob --master spark://vm-hostname:7077 /home/user/appl