You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kyle Weaver (Jira)" <ji...@apache.org> on 2019/11/13 17:48:00 UTC

[jira] [Created] (BEAM-8649) Eat stderr from subprocess in _get_default_gcp_region

Kyle Weaver created BEAM-8649:
---------------------------------

             Summary: Eat stderr from subprocess in _get_default_gcp_region
                 Key: BEAM-8649
                 URL: https://issues.apache.org/jira/browse/BEAM-8649
             Project: Beam
          Issue Type: Improvement
          Components: runner-dataflow
            Reporter: Kyle Weaver
            Assignee: Kyle Weaver


When we call gcloud to get a default GCP region, we leak the stderr from the subprocess, spamming a bunch of "(unset)" lines in the logs.

[https://github.com/apache/beam/blob/master/sdks/python/apache_beam/options/pipeline_options.py#L517]



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