[
https://issues.apache.org/jira/browse/BEAM-5978?focusedWorklogId=171112&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-171112
]
ASF GitHub Bot logged work on BEAM-5978:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Nov/18 16:22
Start Date: 30/Nov/18 16:22
Worklog Time Spent: 10m
Work Description: tweise commented on a change in pull request #6954:
[BEAM-5978] Adding libltdl7 to flink job server docker and correctly picking
the docker executable.
URL: https://github.com/apache/beam/pull/6954#discussion_r237917474
##########
File path: sdks/python/build.gradle
##########
@@ -161,6 +161,12 @@ task preCommit() {
dependsOn "lint"
}
+task portablePreCommit() {
+ dependsOn ':beam-runners-flink_2.11-job-server-container:docker'
+ dependsOn ':beam-sdks-python-container:docker'
+ dependsOn 'portableWordCount'
Review comment:
We should test both, batch and streaming.
----------------------------------------------------------------
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: 171112)
Time Spent: 3h 10m (was: 3h)
> portableWordCount gradle task not working
> -----------------------------------------
>
> Key: BEAM-5978
> URL: https://issues.apache.org/jira/browse/BEAM-5978
> Project: Beam
> Issue Type: Bug
> Components: examples-python
> Reporter: Ankur Goenka
> Assignee: Ankur Goenka
> Priority: Major
> Fix For: 2.10.0
>
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> A few issues with portableWordCount gradle task when running with jobserver
> docker image
> # Jobserver docker image docker mount fails on linux.
> # Docker can not write read and write to local file system.
> # Docker from jobserver docker container requires libltdl7 lib on linux.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)