Hi, I am running spark on my mac. It is reading from a kafka topic and then
writes the data to a hbase table. When I do a spark submit, I get this error,
Error connecting to master spark://localhost:7077
(akka.tcp://sparkMaster@localhost:7077), exiting.
Cause was: akka.remote.InvalidAssociation: Invalid address:
akka.tcp://sparkMaster@localhost:7077
My submit statement looks like this,
./spark-submit --jars
/Users/hadoop/kafka-0.8.1.1-src/core/build/libs/kafka_2.8.0-0.8.1.1.jar --class
KafkaMain --master spark://localhost:7077 --deploy-mode cluster --num-executors
100 --driver-memory 1g --executor-memory 1g
/Users/hadoop/dev/kafkahbase/kafka/src/sparkhbase.jar