[
https://issues.apache.org/jira/browse/BEAM-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335575#comment-16335575
]
Ismaël Mejía commented on BEAM-3492:
------------------------------------
[~mariagh] The reason of the error is that
beam-sdks-java-io-google-cloud-platform is leaking some dependencies into the
classpath in this particular case it is netty that conflicts with the version
provided by spark, so I 'forced' the Spark runner execution of the examples to
use the older version but this can have uninttended consequences.
I filled this JIRA for a proper fix from the Google's IO side BEAM-3519
And about the fact that clicking on the test changed it to 'passed' I also saw
that one, and I believe is Jenkins magic :), I seriously don't have any idea of
what is going on with that.
> Spark Integration Tests fail with a Closed Connection
> -----------------------------------------------------
>
> Key: BEAM-3492
> URL: https://issues.apache.org/jira/browse/BEAM-3492
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Reporter: Thomas Groh
> Assignee: Ismaël Mejía
> Priority: Blocker
> Fix For: 2.3.0
>
>
> Example:
> [https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/16832]
>
> 2018-01-17T23:52:25.668 [ERROR]
> testE2EWordCount(org.apache.beam.examples.WordCountIT) Time elapsed: 14.329
> s <<< ERROR!
> org.apache.beam.sdk.Pipeline$PipelineExecutionException: java.io.IOException:
> Connection from /127.0.0.1:45363 closed
> at
> org.apache.beam.runners.spark.SparkPipelineResult.beamExceptionFrom(SparkPipelineResult.java:68)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)