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 you have to use the general
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 unders
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 + scikit-learn. Or R. If you want