bq. Cause was: akka.remote.InvalidAssociation: Invalid address:
akka.tcp://sparkMaster@localhost:7077

There should be some more output following the above line.

Can you post them ?

Cheers

On Mon, Mar 2, 2015 at 2:06 PM, Krishnanand Khambadkone <
kkhambadk...@yahoo.com.invalid> wrote:

> 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
>
>

Reply via email to