[ 
https://issues.apache.org/jira/browse/FLINK-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042714#comment-14042714
 ] 

ASF GitHub Bot commented on FLINK-979:
--------------------------------------

GitHub user uce opened a pull request:

    https://github.com/apache/incubator-flink/pull/41

    [FLINK-979] Fix NetworkThroughput test input and output task config

    - Set DummyInputFormat and DummyOutputFormat via TaskConfig to respect task 
hierarchy refactoring.
    - Run test via main method instead of JUnit test runner (this was 
originally a test in order to use RecordAPITestBase for JobGraph submission).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/uce/incubator-flink FLINK-979

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/41.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #41
    
----
commit 58b7c35ce43cec7a1abbf217f4e15262f76726c9
Author: uce <[email protected]>
Date:   2014-06-24T21:24:17Z

    [FLINK-979] Fix NetworkThroughput test input and output task config
    
    - Set DummyInputFormat and DummyOutputFormat via TaskConfig to respect task
      hierarchy refactoring.
    - Run test via main method instead of JUnit test runner (this was originally
      a test in order to use RecordAPITestBase for JobGraph submission).

----


> 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)

Reply via email to