You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,8 @@ public interface DataflowPipelineOptions
126
126
@Description(
127
127
"The Google Compute Engine region for creating Dataflow jobs. See "
128
128
+ "https://cloud.google.com/compute/docs/regions-zones/regions-zones for a list of valid "
129
-
+ "options. Default is up to the Dataflow service.")
130
-
@Default.String("us-central1")
129
+
+ "options. Currently defaults to us-central1, but future releases of Beam will "
130
+
+ "require the user to set the region explicitly.")
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/DataflowWorkUnitClientTest.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ public void setUp() throws Exception {
0 commit comments