[
https://issues.apache.org/jira/browse/BEAM-5467?focusedWorklogId=152898&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-152898
]
ASF GitHub Bot logged work on BEAM-5467:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Oct/18 19:58
Start Date: 09/Oct/18 19:58
Worklog Time Spent: 10m
Work Description: angoenka commented on a change in pull request #6532:
[BEAM-5467] Use process SDKHarness to run flink PVR tests.
URL: https://github.com/apache/beam/pull/6532#discussion_r223841430
##########
File path: sdks/python/build.gradle
##########
@@ -361,3 +372,21 @@ task dependencyUpdates(dependsOn: ':dependencyUpdates') {
}
}
}
+
+project.task('createProcessWorker') {
+ dependsOn ':beam-sdks-python-container:build'
+ dependsOn 'setupVirtualenv'
+ def outputFile = file("${project.buildDir}/sdk_worker.sh")
Review comment:
The challenge is that without a single script there is no good way to pass
the arguments clearly. Also this generates a reference script for running the
process based sdk harness :)
----------------------------------------------------------------
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: 152898)
Time Spent: 7h 20m (was: 7h 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: 7h 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)