Re: Fwd: Need some help

2016-09-02 Thread Aakash Basu
Hi Shashank/All, Yes you got it right, that's what I need to do. Can I get some help in this? I've no clue what it is and how to work on it. Thanks, Aakash. On Fri, Sep 2, 2016 at 1:48 AM, Shashank Mandil wrote: > Hi Aakash, > > I think what it generally means that

Re: Fwd: Need some help

2016-09-01 Thread Shashank Mandil
Hi Aakash, I think what it generally means that you have to use the general spark APIs of Dataframe to bring in the data and crunch the numbers, however you cannot use the KMeansClustering algorithm which is already present in the MLlib spark library. I think a good place to start would be

Re: Fwd: Need some help

2016-09-01 Thread Aakash Basu
Hey Siva, It needs to be done with Spark, without the use of any Spark libraries. Need some help in this. Thanks, Aakash. On Fri, Sep 2, 2016 at 1:25 AM, Sivakumaran S wrote: > If you are to do it without Spark, you are asking at the wrong place. Try > Python +

Fwd: Need some help

2016-09-01 Thread Aakash Basu
-- Forwarded message -- From: Aakash Basu Date: Thu, Aug 25, 2016 at 10:06 PM Subject: Need some help To: user@spark.apache.org Hi all, Aakash here, need a little help in KMeans clustering. This is needed to be done: "Implement Kmeans Clustering