You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Valentyn Tymofieiev (Jira)" <ji...@apache.org> on 2020/01/08 01:58:00 UTC

[jira] [Commented] (BEAM-8968) portableWordCount test for Spark/Flink failing: jar not found

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

Valentyn Tymofieiev commented on BEAM-8968:
-------------------------------------------

Verified that the error is caused by my PR. Removing the line "project.installGcpTest.mustRunAfter project.configurations.distTarBall"  [1] somehow affects the dependency chain for portable flink runner tasks, in a way that  runners:flink:1.9:job-server:shadowJar is not running before  portableWordCountFlinkRunnerBatch or something like that. Looking further.

[1] https://github.com/apache/beam/blob/8aba30f8c77c0a563d375452185732f73e870f0d/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1818

> portableWordCount test for Spark/Flink failing: jar not found
> -------------------------------------------------------------
>
>                 Key: BEAM-8968
>                 URL: https://issues.apache.org/jira/browse/BEAM-8968
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink, runner-spark
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: Major
>              Labels: currently-failing, portability-flink, portability-spark, test-failure
>
> This affects portableWordCountSparkRunnerBatch, portableWordCountFlinkRunnerBatch, and portableWordCountFlinkRunnerStreaming.
> 22:43:23 RuntimeError: /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37_PR/src/build/gradleenv/2022703441/lib/runners/flink/1.9/job-server/build/libs/beam-runners-flink-1.9-job-server-2.19.0-SNAPSHOT.jar not found. Please build the server with 
> 22:43:23   cd /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37_PR/src/build/gradleenv/2022703441/lib; ./gradlew runners:flink:1.9:job-server:shadowJar



--
This message was sent by Atlassian Jira
(v8.3.4#803005)