[
https://issues.apache.org/jira/browse/FLINK-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043191#comment-14043191
]
ASF GitHub Bot commented on FLINK-979:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-flink/pull/41
> Scheduler and JobGrph refactoring broke NetworkThroughput test
> --------------------------------------------------------------
>
> Key: FLINK-979
> URL: https://issues.apache.org/jira/browse/FLINK-979
> Project: Flink
> Issue Type: Bug
> Components: Local Runtime
> Affects Versions: pre-apache-0.5.1
> Reporter: Ufuk Celebi
> Assignee: Ufuk Celebi
> Priority: Minor
>
> The refactoring of the scheduler and the JobGraph broke the NetworkThroughput
> test.
> {code:java}
> 21:50:27,199 ERROR eu.stratosphere.nephele.client.JobClient
> - ERROR: eu.stratosphere.nephele.executiongraph.GraphConversionException:
> java.lang.RuntimeException: No input format has been set for job vertex:
> 35414f433c65380065e604fcce42b800
> {code}
> The test has been modifed during the merge to use a plain {{JobInputVertex}}
> instead of the previous {{GenericJobInputVertex}}, which worked without an
> InputFormat. With {{JobInputVertex}} we need to specify a dummy InputFormat.
> The test does not startup (just a local executor is started and shutdown) and
> we don't see an error during {{mvn verify}}.
--
This message was sent by Atlassian JIRA
(v6.2#6252)