[
https://issues.apache.org/jira/browse/BEAM-4035?focusedWorklogId=89670&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-89670
]
ASF GitHub Bot logged work on BEAM-4035:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/18 23:30
Start Date: 10/Apr/18 23:30
Worklog Time Spent: 10m
Work Description: alanmyrvold closed pull request #5069: [BEAM-4035]
Disable ResumeFromCheckpointStreamingTest for spark validates runner,…
URL: https://github.com/apache/beam/pull/5069
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/runners/spark/build.gradle b/runners/spark/build.gradle
index 56d1bb105ba..0de896608e0 100644
--- a/runners/spark/build.gradle
+++ b/runners/spark/build.gradle
@@ -126,7 +126,8 @@ task validatesRunnerBatch(type: Test) {
maxParallelForks 4
useJUnit {
includeCategories 'org.apache.beam.sdk.testing.ValidatesRunner'
- includeCategories 'org.apache.beam.runners.spark.UsesCheckpointRecovery'
+ // Disabled due to [BEAM-4035].
+ excludeCategories 'org.apache.beam.runners.spark.UsesCheckpointRecovery'
excludeCategories 'org.apache.beam.sdk.testing.UsesSplittableParDo'
excludeCategories 'org.apache.beam.sdk.testing.UsesAttemptedMetrics'
excludeCategories 'org.apache.beam.sdk.testing.UsesCommittedMetrics'
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 89670)
Time Spent: 40m (was: 0.5h)
> Spark validatesRunner fails, ResumeFromCheckpointStreamingTest > classMethod
> FAILED java.lang.NoClassDefFoundError:
> org/apache/zookeeper/server/NIOServerCnxnFactory
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-4035
> URL: https://issues.apache.org/jira/browse/BEAM-4035
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Reporter: Alan Myrvold
> Assignee: Alan Myrvold
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)