ibzib commented on a change in pull request #12576:
URL: https://github.com/apache/beam/pull/12576#discussion_r488839465



##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -1044,7 +1044,12 @@ def _add_argparse_args(cls, parser):
             'form {"os": "<OS>", "arch": "<ARCHITECTURE>", "command": '
             '"<process to execute>", "env":{"<Environment variables 1>": '
             '"<ENV_VAL>"} }. All fields in the json are optional except '
-            'command.'))
+            'command.\n\nPlease consider using the following '
+            'options instead, depending on the environment type:\n'
+            ' --docker_env_container_image\n'
+            ' --process_env_command\n'
+            ' --process_env_variables\n'
+            ' --external_env_service_address'))

Review comment:
       Done.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to