[
https://issues.apache.org/jira/browse/BEAM-5467?focusedWorklogId=148876&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-148876
]
ASF GitHub Bot logged work on BEAM-5467:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Sep/18 20:10
Start Date: 27/Sep/18 20:10
Worklog Time Spent: 10m
Work Description: angoenka closed pull request #6510: [BEAM-5467] Use
dynamic port while running Flink PVR
URL: https://github.com/apache/beam/pull/6510
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/flink/job-server/build.gradle
b/runners/flink/job-server/build.gradle
index 541ede96916..b7dc0286ac1 100644
--- a/runners/flink/job-server/build.gradle
+++ b/runners/flink/job-server/build.gradle
@@ -74,6 +74,6 @@ runShadow {
createPortableValidatesRunnerTask(
jobServerDriver: "org.apache.beam.runners.flink.FlinkJobServerDriver",
- jobServerConfig: "--clean-artifacts-per-job,--job-host=localhost",
+ jobServerConfig:
"--clean-artifacts-per-job,--job-host=localhost,--job-port=0,--artifact-port=0",
testClasspathConfiguration: configurations.validatesPortableRunner
)
----------------------------------------------------------------
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: 148876)
Time Spent: 1h 20m (was: 1h 10m)
> Python Flink ValidatesRunner job fixes
> --------------------------------------
>
> Key: BEAM-5467
> URL: https://issues.apache.org/jira/browse/BEAM-5467
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: Thomas Weise
> Assignee: Thomas Weise
> Priority: Minor
> Labels: portability-flink
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Add status to README
> Rename script and job for consistency
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)