[
https://issues.apache.org/jira/browse/BEAM-5978?focusedWorklogId=163305&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-163305
]
ASF GitHub Bot logged work on BEAM-5978:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Nov/18 01:01
Start Date: 07/Nov/18 01:01
Worklog Time Spent: 10m
Work Description: angoenka 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_r231350681
##########
File path: runners/flink/job-server-container/Dockerfile
##########
@@ -19,6 +19,8 @@
FROM openjdk:8
MAINTAINER "Apache Beam <[email protected]>"
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y
libltdl7
Review comment:
no, this in required for docker. I suppose this is linux or atleast google
linux related things where host mounted docker needs libltdl7.
----------------------------------------------------------------
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: 163305)
Time Spent: 40m (was: 0.5h)
> 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
> Time Spent: 40m
> 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)