Re: Graph API Questions

2015-01-07 Thread Márton Balassi
+1 On Wed, Jan 7, 2015 at 10:12 AM, Stephan Ewen wrote: > +1 as well > Am 07.01.2015 10:04 schrieb "Vasiliki Kalavri" >: > > > +1 makes sense :) > > > > On 7 January 2015 at 09:51, Kostas Tzoumas wrote: > > > > > Perhaps we should have both code paths (Spargel and Spargel inside > Graph > > >

Re: Graph API Questions

2015-01-07 Thread Stephan Ewen
+1 as well Am 07.01.2015 10:04 schrieb "Vasiliki Kalavri" : > +1 makes sense :) > > On 7 January 2015 at 09:51, Kostas Tzoumas wrote: > > > Perhaps we should have both code paths (Spargel and Spargel inside Graph > > API) in the code for a while to enable current Spargel users to migrate > > thei

Re: Graph API Questions

2015-01-07 Thread Vasiliki Kalavri
+1 makes sense :) On 7 January 2015 at 09:51, Kostas Tzoumas wrote: > Perhaps we should have both code paths (Spargel and Spargel inside Graph > API) in the code for a while to enable current Spargel users to migrate > their applications before the breaking change. > > This means that you have S

Re: Graph API Questions

2015-01-07 Thread Kostas Tzoumas
Perhaps we should have both code paths (Spargel and Spargel inside Graph API) in the code for a while to enable current Spargel users to migrate their applications before the breaking change. This means that you have Spargel inside Graph API as you plan to, but you do not remove the current Sparge

Re: Graph API Questions

2015-01-06 Thread Vasiliki Kalavri
Spargel will be included in the graph API. We are already using spargel, but we will move its classes to the graph API, change them to work with Vertex and Edge types and implement some extensions. This is the last big change we need to make and then we can include it in flink-addons :-) -V. On 6

Re: Graph API Questions

2015-01-06 Thread Henry Saputra
Just curious, is the new Graph APIs suppose to replace flink-spargel? - Henry On Tue, Jan 6, 2015 at 3:51 AM, Vasiliki Kalavri wrote: > Hello Aljoscha and everyone, > > Andra and Daniel might also want to give input :) > > - As Kostas already said, we've had some issues with the TypeExtractor, b

Re: Graph API Questions

2015-01-06 Thread Henry Saputra
Cool, thanks! On Tue, Jan 6, 2015 at 12:34 PM, Vasiliki Kalavri wrote: > Assigned :-) > > On 6 January 2015 at 21:20, Henry Saputra wrote: > >> Vasia, >> >> Would you mind if I assign the Graph API JIRA ticket [1] to you? >> >> It is nice to have owner for the ticket. >> >> - Henry >> >> [1] htt

Re: Graph API Questions

2015-01-06 Thread Vasiliki Kalavri
Assigned :-) On 6 January 2015 at 21:20, Henry Saputra wrote: > Vasia, > > Would you mind if I assign the Graph API JIRA ticket [1] to you? > > It is nice to have owner for the ticket. > > - Henry > > [1] https://issues.apache.org/jira/browse/FLINK-1201 > > On Tue, Jan 6, 2015 at 3:51 AM, Vasili

Re: Graph API Questions

2015-01-06 Thread Henry Saputra
Vasia, Would you mind if I assign the Graph API JIRA ticket [1] to you? It is nice to have owner for the ticket. - Henry [1] https://issues.apache.org/jira/browse/FLINK-1201 On Tue, Jan 6, 2015 at 3:51 AM, Vasiliki Kalavri wrote: > Hello Aljoscha and everyone, > > Andra and Daniel might also

Re: Graph API Questions

2015-01-06 Thread Vasiliki Kalavri
Hello Aljoscha and everyone, Andra and Daniel might also want to give input :) - As Kostas already said, we've had some issues with the TypeExtractor, but these were mostly due to our lack of understanding of how it works. It would be great if we could document the functionality and provide some

Re: Graph API Questions

2015-01-06 Thread Kostas Tzoumas
>From what I have been "overhearing" from the Graph API development, some hurdles were type extractor errors that could not be deciphered easily, and the inability to bring back data easily back to the client. But it would be great if Vasia could elaborate! On Tue, Jan 6, 2015 at 10:39 AM, Aljosc