[ 
https://issues.apache.org/jira/browse/BEAM-10055?focusedWorklogId=436991&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-436991
 ]

ASF GitHub Bot logged work on BEAM-10055:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/May/20 20:58
            Start Date: 24/May/20 20:58
    Worklog Time Spent: 10m 
      Work Description: epicfaace commented on a change in pull request #11779:
URL: https://github.com/apache/beam/pull/11779#discussion_r429674615



##########
File path: sdks/python/apache_beam/examples/fastavro_it_test.py
##########
@@ -28,6 +28,7 @@
         --test-pipeline-options="
           --runner=TestDataflowRunner
           --project=...
+           --region=...

Review comment:
       ```suggestion
             --region=...
   ```

##########
File path: sdks/python/apache_beam/examples/wordcount_minimal.py
##########
@@ -73,22 +73,26 @@ def run(argv=None, save_main_session=True):
   parser.add_argument(
       '--output',
       dest='output',
-      # CHANGE 1/5: The Google Cloud Storage path is required
+      # CHANGE 1/6: The Google Cloud Storage path is required
       # for outputting the results.
       default='gs://YOUR_OUTPUT_BUCKET/AND_OUTPUT_PREFIX',
       help='Output file to write results to.')
   known_args, pipeline_args = parser.parse_known_args(argv)
   pipeline_args.extend([
-      # CHANGE 2/5: (OPTIONAL) Change this to DataflowRunner to
+      # CHANGE 2/6: (OPTIONAL) Change this to DataflowRunner to
       # run your pipeline on the Google Cloud Dataflow Service.
       '--runner=DirectRunner',
-      # CHANGE 3/5: Your project ID is required in order to run your pipeline 
on
-      # the Google Cloud Dataflow Service.
+      # CHANGE 3/6: (OPTIONAL) Your project ID is required in order to
+      # run your pipeline on the Google Cloud Dataflow Service.
       '--project=SET_YOUR_PROJECT_ID_HERE',
-      # CHANGE 4/5: Your Google Cloud Storage path is required for staging 
local
+      # CHANGE 4/6: (OPTIONAL) The Google Cloud Engine region is

Review comment:
       See https://cloud.google.com/dataflow/docs/concepts/regional-endpoints
   
   ```suggestion
         # CHANGE 4/6: (OPTIONAL) The Google Compute Engine region (such as 
us-central1) is
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 436991)
    Remaining Estimate: 40m  (was: 50m)
            Time Spent: 20m  (was: 10m)

> Add --region to 3 of the python examples
> ----------------------------------------
>
>                 Key: BEAM-10055
>                 URL: https://issues.apache.org/jira/browse/BEAM-10055
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Ted Romer
>            Assignee: Ted Romer
>            Priority: P3
>   Original Estimate: 1h
>          Time Spent: 20m
>  Remaining Estimate: 40m
>
> Proposed fix: 
> {color:#FF0000}[https://github.com/tedromer/beam/compare/tedromer:ef811fe...tedromer:1f39865]{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to