Skip to content

Commit 21afef0

Browse files
committed
fixed comment for 'autozone'
1 parent 6c06080 commit 21afef0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dataproc/src/main/java/InstantiateInlineWorkflowTemplate.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ public static void instantiateInlineWorkflowTemplate(String projectId, String re
8080
.build();
8181

8282
// Configure the cluster placement for the workflow.
83+
// Leave "ZoneUri" empty for "autozone".
84+
// GceClusterConfig gceClusterConfig =
85+
// GceClusterConfig.newBuilder().setZoneUri("").build();
8386
GceClusterConfig gceClusterConfig =
8487
GceClusterConfig.newBuilder().setZoneUri("us-central1-a").build();
8588
ClusterConfig clusterConfig =

0 commit comments

Comments
 (0)