Spark or Storm

2015-06-16 Thread asoni . learn
Hi All, I am evaluating spark VS storm ( spark streaming ) and i am not able to see what is equivalent of Bolt in storm inside spark. Any help will be appreciated on this ? Thanks , Ashish - To unsubscribe, e-mail: user-unsub

Re: WorkFlow Processing - Spark

2015-06-24 Thread asoni . learn
Any custom script ( python or java or scala ) Thanks , Ashish > On Jun 24, 2015, at 4:39 PM, ayan guha wrote: > > What kind of custom logic? > >> On 25 Jun 2015 01:33, "Ashish Soni" wrote: >> Hi All , >> >> We are looking to use spark as our stream processing framework and it would >> be h

Re: DataFrame Filter Inside Another Data Frame Map

2015-07-01 Thread asoni . learn
Any example how can i return a Hashmap from data frame ? Thanks , Ashish > On Jul 1, 2015, at 11:34 PM, Holden Karau wrote: > > Collecting it as a regular (Java/scala/Python) map. You can also broadcast > the map if your going to use it multiple times. > >> On Wednesday, July 1, 2015, Ashish