[
https://issues.apache.org/jira/browse/BEAM-7909?focusedWorklogId=300403&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-300403
]
ASF GitHub Bot logged work on BEAM-7909:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Aug/19 17:34
Start Date: 23/Aug/19 17:34
Worklog Time Spent: 10m
Work Description: aaltay commented on pull request #9388: [BEAM-7909]
upgrade python lib versions to match to dataflow worker
URL: https://github.com/apache/beam/pull/9388#discussion_r317232320
##########
File path: sdks/python/container/base_image_requirements.txt
##########
@@ -28,46 +28,46 @@ avro-python3==1.8.2;python_version>="3.4"
fastavro==0.21.4
crcmod==1.7
dill==0.2.9
-future==0.16.0
+future==0.17.1
futures==3.2.0;python_version<"3.0"
-grpcio==1.15.0
-hdfs==2.1.0
-httplib2==0.9.2
+grpcio==1.21.1
+hdfs==2.5.6
+httplib2==0.12.0
mock==2.0.0
oauth2client==3.0.0
-protobuf==3.6.1
-pyarrow==0.11.1
-pydot==1.2.4
-pyparsing==2.3.1
-pytz==2018.4
+protobuf==3.8.0
+pyarrow==0.13.0
+pydot==1.4.1
+pyparsing==2.4.0
Review comment:
Beam has a list of dependencies (listed in setup.py). These are Beam's
direct dependency. Each of these direct dependency will have their own list of
dependencies. These are transitive dependencies of Beam. Beam depends on them
indirectly and in setup.py Beam does not list them.
In a worker environment it is beneficial to lock version of all Beam
dependencies including the indirect ones.
Does it answer your question?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 300403)
Time Spent: 6.5h (was: 6h 20m)
> Write integration tests to test customized containers
> -----------------------------------------------------
>
> Key: BEAM-7909
> URL: https://issues.apache.org/jira/browse/BEAM-7909
> Project: Beam
> Issue Type: Sub-task
> Components: build-system
> Reporter: Hannah Jiang
> Assignee: Hannah Jiang
> Priority: Major
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)