VictorPlusC commented on a change in pull request #17044:
URL: https://github.com/apache/beam/pull/17044#discussion_r826401233
##########
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, I did more testing and it seems that when we pass in the
environment_config, the Python SDK does not need to be installed on the cluster
node. This also greatly reduces the amount of time it takes to provision a new
cluster.
--
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]