VictorPlusC commented on a change in pull request #17044:
URL: https://github.com/apache/beam/pull/17044#discussion_r826402130
##########
File path:
sdks/python/apache_beam/runners/interactive/dataproc/dataproc_cluster_manager.py
##########
@@ -167,8 +166,7 @@ def create_flink_cluster(self) -> None:
},
'gce_cluster_config': {
'metadata': {
- 'flink-start-yarn-session': 'true',
- 'PIP_PACKAGES': 'apache-beam[gcp]=={}'.format(beam_version)
Review comment:
Yes, it appears that we do not need to install the Python SDK on the
cluster node as long as we specify which Python version to use in the
PipelineOptions.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]