From: Ratika Prasad
Sent: Monday, October 05, 2015 2:39 PM
To: u...@spark.apache.org
Cc: Ameeta Jayarajan
Subject: Spark error while running in spark mode
Hi,
When we run our spark component in cluster mode as below we get the following
error
./bin/spark-submit --class
ommit.enabled=true
From: Cody Koeninger [mailto:c...@koeninger.org]
Sent: Monday, September 28, 2015 7:56 PM
To: Ratika Prasad
Cc: dev@spark.apache.org
Subject: Re: Spark-Kafka Connector issue
This is a user list question not a dev list question.
Looks like your driver is having trouble communic
Hi All,
I am trying out the spark streaming and reading the messages from kafka topics
which later would be created into streams as below...I have the kafka setup on
a vm and topics created however when I try to run the program below from my
spark vm as below I get an error even though the kafk
davis.net>>
Sent: Wednesday, August 19, 2015 10:34 pm
Subject: Re: Creating RDD with key and Subkey
To: Ratika Prasad mailto:rpra...@couponsinc.com>>,
mailto:dev@spark.apache.org>>
This should be sent to the user mailing list, I think.
It depends what you want to do with the
Hi,
We have a need where we need the RDD with the following format
JavaPairRDD>>, mostly RDD with a Key and
Subkey kind of a structure, how is that doable in Spark ?
Thanks
R
Should this be done on master or slave node or both ?
From: Madhusudanan Kandasamy [mailto:madhusuda...@in.ibm.com]
Sent: Wednesday, August 19, 2015 9:31 PM
To: Ratika Prasad
Cc: dev@spark.apache.org
Subject: Re: Unable to run the spark application in standalone cluster mode
Try Increasing the
Hi ,
We have a simple spark application which is running through when run locally on
master node as below
./bin/spark-submit --class
com.coupons.salestransactionprocessor.SalesTransactionDataPointCreation
--master local
sales-transaction-processor-0.0.1-SNAPSHOT-jar-with-dependencies.jar
But