Skip to content

Commit 351dfb5

Browse files
bradmirochingor13
authored andcommitted
samples: changed template tag (#2532)
1 parent 0bd96fd commit 351dfb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dataproc/snippets/src/main/java/InstantiateInlineWorkflowTemplate.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// [START dataproc_instantiate_inline_workflow]
17+
// [START dataproc_instantiate_inline_workflow_template]
1818
import com.google.api.gax.longrunning.OperationFuture;
1919
import com.google.cloud.dataproc.v1.ClusterConfig;
2020
import com.google.cloud.dataproc.v1.GceClusterConfig;
@@ -80,7 +80,7 @@ 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".
83+
// Leave "ZoneUri" empty for "Auto Zone Placement".
8484
// GceClusterConfig gceClusterConfig =
8585
// GceClusterConfig.newBuilder().setZoneUri("").build();
8686
GceClusterConfig gceClusterConfig =
@@ -118,4 +118,4 @@ public static void instantiateInlineWorkflowTemplate(String projectId, String re
118118
}
119119
}
120120
}
121-
// [END dataproc_instantiate_inline_workflow]
121+
// [END dataproc_instantiate_inline_workflow_template]

0 commit comments

Comments
 (0)