Re: Spark data frames integration merged

2018-01-08 Thread Nikolay Izhikov
Hello, Denis. > Nikolay, could you document the feature before the release [1]? Yes, I can. I will document these feature in a next few days. В Пт, 29/12/2017 в 13:37 -0800, Denis Magda пишет: > Great news, > > Thanks Nikolay and Val! > > Nikolay, could you document the feature before the re

Re: Spark data frames integration merged

2018-01-05 Thread Denis Magda
will keep in touch and thanks again for all the great work and help > everyone. > > Revin > > From: Denis Magda > Date: Thursday, January 4, 2018 at 12:34 PM > To: Revin Chalil > Cc: "dev@ignite.apache.org" > Subject: Re: Spark data frames integration merg

Re: Spark data frames integration merged

2018-01-05 Thread Nikolay Izhikov
Hello, guys. Currently `getPreferredLocations` implemented in `IgniteRDD -> IgniteAbstractRDD`. But DataFrame implementation uses `IgniteSQLDataFrameRDD -> IgniteSqlRDD -> IgniteAbstractRDD` Where `->` is extension. So, for now, getPreferredLocation doesn't implemented for a IgniteDataFrame.

Re: Spark data frames integration merged

2018-01-05 Thread Revin Chalil
. Revin From: Denis Magda Date: Thursday, January 4, 2018 at 12:34 PM To: Revin Chalil Cc: "dev@ignite.apache.org" Subject: Re: Spark data frames integration merged Revin, As as side note, do you have a public article published or any other relevant material that explains how Ignite

Re: Spark data frames integration merged

2018-01-04 Thread Denis Magda
Revin, As as side note, do you have a public article published or any other relevant material that explains how Ignite is used at Expedia? You would help the community out a lot if such information is referenced from this page: https://ignite.apache.org/provenusecases.html

Re: Spark data frames integration merged

2018-01-03 Thread Valentin Kulichenko
Revin, I doubt IgniteRDD#getPrefferredLocations has any affect on data frames, but this is an interesting point. Nikolay, as a developer of this functionality, can you please comment on this? -Val On Wed, Jan 3, 2018 at 1:22 PM, Revin Chalil wrote: > Thanks Val for the info on indexes with DF.

Re: Spark data frames integration merged

2018-01-03 Thread Revin Chalil
Thank you and this is great news. We currently use the Ignite cache as a Reference dataset RDD in Spark, convert it into a spark DataFrame and then join this DF with the incoming-data DF. I hope we can change this 3 step process to a single step with the Spark DF integration. If so, would inde

Re: Spark data frames integration merged

2017-12-29 Thread Nikolay Izhikov
Thank you, guys. Val, thanks for all reviews, advices and patience. Anton, thanks for ignite wisdom you share with me. Looking forward for next issues :) P.S Happy New Year for all Ignite community! В Пт, 29/12/2017 в 13:22 -0800, Valentin Kulichenko пишет: > Igniters, > > Great news! We comp

Re: Spark data frames integration merged

2017-12-29 Thread Denis Magda
Great news, Thanks Nikolay and Val! Nikolay, could you document the feature before the release [1]? I’ve granted you required permission. More on the doc process can be found here [2]. [1] https://issues.apache.org/jira/browse/IGNITE-7345 [2

Spark data frames integration merged

2017-12-29 Thread Valentin Kulichenko
Igniters, Great news! We completed and merged first part of integration with Spark data frames [1]. It contains implementation of Spark data source which allows to use DataFrame API to query Ignite data, as well as join it with other data frames originated from different sources. Next planned ste