Re: OptionalDataException during Naive Bayes Training

2017-05-23 Thread elitejyo
Hi Xiangrui, We are also getting same exception while running our Spark application both in local mode and distributed mode. Do you have any insights on how to fix this? Any help is highly appreciated. TIA! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/O

RDD vs Broadcast

2014-12-15 Thread elitejyo
We are developing Spark framework wherein we are moving historical data into RDD sets. Basically, RDD is immutable, read only dataset on which we do operations. Based on that we have moved historical data into RDD and we do computations like filtering/mapping, etc on such RDDs. Now there is a use