VictorPlusC commented on a change in pull request #16741:
URL: https://github.com/apache/beam/pull/16741#discussion_r807414706



##########
File path: 
sdks/python/apache_beam/runners/interactive/dataproc/dataproc_cluster_manager.py
##########
@@ -65,13 +66,18 @@ def __init__(
           cluster_name)
       self._cluster_name = cluster_name
     else:
-      self._cluster_name = self.DEFAULT_NAME
+      self._cluster_name = ie.current_env().clusters.default_cluster_name
 
     self._cluster_client = dataproc_v1.ClusterControllerClient(
         client_options={
             'api_endpoint': f'{self._region}-dataproc.googleapis.com:443'
         })
 
+    self.master_url_identifier = MasterURLIdentifier(

Review comment:
       Replaced, thanks!




-- 
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]


Reply via email to