[GitHub] flink pull request: [FLINK-1586] [streaming] Add support for itera...

2015-02-22 Thread senorcarbone
GitHub user senorcarbone opened a pull request: https://github.com/apache/flink/pull/432 [FLINK-1586] [streaming] Add support for iterative streaming graphs on JSON generation I refactored a bit the current JSON generation for streaming job graphs to further allow iterations.

[jira] [Commented] (FLINK-1586) Add support for iteration visualization for Streaming programs

2015-02-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332374#comment-14332374 ] ASF GitHub Bot commented on FLINK-1586: --- GitHub user senorcarbone opened a pull requ

[jira] [Commented] (FLINK-1505) Separate buffer reader and channel consumption logic

2015-02-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332352#comment-14332352 ] ASF GitHub Bot commented on FLINK-1505: --- Github user senorcarbone commented on the p

[GitHub] flink pull request: [FLINK-1505] Separate reader API from result c...

2015-02-22 Thread senorcarbone
Github user senorcarbone commented on the pull request: https://github.com/apache/flink/pull/428#issuecomment-75456574 +1 from me as well, works fine! Nice decoupling :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (FLINK-1520) Read edges and vertices from CSV files

2015-02-22 Thread Carsten Brandt (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332277#comment-14332277 ] Carsten Brandt commented on FLINK-1520: --- [~rmetzger], thanks it is working! > Read

[jira] [Updated] (FLINK-1520) Read edges and vertices from CSV files

2015-02-22 Thread Carsten Brandt (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Brandt updated FLINK-1520: -- Assignee: (was: Carsten Brandt) > Read edges and vertices from CSV files > -

[jira] [Assigned] (FLINK-1520) Read edges and vertices from CSV files

2015-02-22 Thread Carsten Brandt (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Brandt reassigned FLINK-1520: - Assignee: Carsten Brandt > Read edges and vertices from CSV files > -

[jira] [Created] (FLINK-1597) VertexCentricIterations create inefficient execution plans

2015-02-22 Thread Martin Kiefer (JIRA)
Martin Kiefer created FLINK-1597: Summary: VertexCentricIterations create inefficient execution plans Key: FLINK-1597 URL: https://issues.apache.org/jira/browse/FLINK-1597 Project: Flink Issu

[jira] [Commented] (FLINK-1596) FileIOChannel introduces space in temp file name

2015-02-22 Thread Johannes (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332236#comment-14332236 ] Johannes commented on FLINK-1596: - Hi [~hsaputra], indeed the file not found error seems t

[jira] [Commented] (FLINK-1421) Implement a SAMOA Adapter for Flink Streaming

2015-02-22 Thread Paris Carbone (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332171#comment-14332171 ] Paris Carbone commented on FLINK-1421: -- Perfect, thanks! In the meantime I will try t

[jira] [Closed] (FLINK-1592) Refactor StreamGraph to store vertex IDs as Integers instead of Strings

2015-02-22 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-1592. - Resolution: Fixed Fix Version/s: 0.9 https://github.com/apache/flink/commit/a911559a1d8d8d160edcdb7

[jira] [Commented] (FLINK-1421) Implement a SAMOA Adapter for Flink Streaming

2015-02-22 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332153#comment-14332153 ] Gianmarco De Francisci Morales commented on FLINK-1421: --- That's grea

[jira] [Commented] (FLINK-1567) Add option to switch between Avro and Kryo serialization for GenericTypes

2015-02-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332112#comment-14332112 ] ASF GitHub Bot commented on FLINK-1567: --- Github user rmetzger commented on the pull

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-22 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/413#issuecomment-75429131 I've updated the PR addressing Till's comments and adding a `GenericAvroTypeInfo` giving users an additional way to enforce the Avro serializer. --- If your project is

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-22 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25130805 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/GenericTypeInfo.java --- @@ -66,6 +71,9 @@ public boolean isKeyType() {

[jira] [Commented] (FLINK-1567) Add option to switch between Avro and Kryo serialization for GenericTypes

2015-02-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332108#comment-14332108 ] ASF GitHub Bot commented on FLINK-1567: --- Github user rmetzger commented on a diff in

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-22 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25130794 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/AvroSerializer.java --- @@ -91,7 +98,22 @@ public T createInstance() {

[jira] [Commented] (FLINK-1567) Add option to switch between Avro and Kryo serialization for GenericTypes

2015-02-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332107#comment-14332107 ] ASF GitHub Bot commented on FLINK-1567: --- Github user rmetzger commented on a diff in

[jira] [Commented] (FLINK-1567) Add option to switch between Avro and Kryo serialization for GenericTypes

2015-02-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332101#comment-14332101 ] ASF GitHub Bot commented on FLINK-1567: --- Github user rmetzger commented on a diff in

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-22 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25130737 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/AvroSerializer.java --- @@ -154,6 +176,7 @@ private void checkAvroInitialized(