[
https://issues.apache.org/jira/browse/BEAM-4035?focusedWorklogId=89942&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-89942
]
ASF GitHub Bot logged work on BEAM-4035:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/18 13:08
Start Date: 11/Apr/18 13:08
Worklog Time Spent: 10m
Work Description: lukecwik closed pull request #5093: [BEAM-4035] Fix
spark validatesrunner
URL: https://github.com/apache/beam/pull/5093
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..53d62c7669e 100644
--- a/runners/spark/build.gradle
+++ b/runners/spark/build.gradle
@@ -77,7 +77,7 @@ dependencies {
provided library.java.commons_lang3
provided library.java.commons_io_2x
provided library.java.hamcrest_core
- provided "org.apache.zookeeper:zookeeper:3.4.6"
+ provided "org.apache.zookeeper:zookeeper:3.4.11"
provided "org.scala-lang:scala-library:2.11.8"
provided "com.esotericsoftware.kryo:kryo:2.21"
shadowTest project(path: ":beam-sdks-java-io-kafka", configuration: "shadow")
----------------------------------------------------------------
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: 89942)
Time Spent: 1h 40m (was: 1.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: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)