Re: Running mllib from R in Spark 1.4

2015-07-15 Thread madhu phatak
Hi,
Thank you.

On Wed, Jul 15, 2015 at 9:07 PM, Burak Yavuz  wrote:

> Hi,
> There is no MLlib support in SparkR in 1.4. There will be some support in
> 1.5. You can check these JIRAs for progress:
> https://issues.apache.org/jira/browse/SPARK-6805
> https://issues.apache.org/jira/browse/SPARK-6823
>
> Best,
> Burak
>
> On Wed, Jul 15, 2015 at 6:00 AM, madhu phatak 
> wrote:
>
>> Hi,
>> I have been playing with Spark R API that is introduced in Spark 1.4
>> version. Can we use any mllib functionality from the R as of now?. From the
>> documentation it looks like we can only use SQL/Dataframe functionality as
>> of now. I know there is separate project SparkR project but it doesnot
>> seems to be maintained in future.
>>
>> So if I want to run machine learning on SparkR, what are the options as
>> of now?
>>
>> --
>> Regards,
>> Madhukara Phatak
>> http://datamantra.io/
>>
>
>


-- 
Regards,
Madhukara Phatak
http://datamantra.io/


Re: Running mllib from R in Spark 1.4

2015-07-15 Thread Burak Yavuz
Hi,
There is no MLlib support in SparkR in 1.4. There will be some support in
1.5. You can check these JIRAs for progress:
https://issues.apache.org/jira/browse/SPARK-6805
https://issues.apache.org/jira/browse/SPARK-6823

Best,
Burak

On Wed, Jul 15, 2015 at 6:00 AM, madhu phatak  wrote:

> Hi,
> I have been playing with Spark R API that is introduced in Spark 1.4
> version. Can we use any mllib functionality from the R as of now?. From the
> documentation it looks like we can only use SQL/Dataframe functionality as
> of now. I know there is separate project SparkR project but it doesnot
> seems to be maintained in future.
>
> So if I want to run machine learning on SparkR, what are the options as of
> now?
>
> --
> Regards,
> Madhukara Phatak
> http://datamantra.io/
>