[
https://issues.apache.org/jira/browse/FLINK-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14250804#comment-14250804
]
ASF GitHub Bot commented on FLINK-1019:
---------------------------------------
Github user uce commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/149#discussion_r22013789
--- Diff:
flink-addons/flink-hadoop-compatibility/src/main/java/org/apache/flink/hadoopcompatibility/mapreduce/HadoopOutputFormat.java
---
@@ -116,7 +117,9 @@ public void open(int taskNumber, int numTasks) throws
IOException {
} catch (Exception e) {
throw new RuntimeException(e);
}
-
+
+ System.out.println("HadoopOutputFormat: Write to " +
this.configuration.get("mapred" +
--- End diff --
These are just debug outputs, right? Just to make sure :)
> Rework RPC service
> ------------------
>
> Key: FLINK-1019
> URL: https://issues.apache.org/jira/browse/FLINK-1019
> Project: Flink
> Issue Type: Improvement
> Components: Distributed Runtime
> Reporter: Ufuk Celebi
>
> There is work going on to improve the RPC service by using [Akka|akka.io]. I
> couldn't find a issue for it.
> Could one of the two people working on it ([~StephanEwen] and [~asteriosk])
> please give an overview of the changes and a status update?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)