GitHub user craigcitro opened a pull request:

    https://github.com/apache/beam/pull/2319

    Allow customizing the GCE metadata service URL.

    The goal here is to allow a user to customize where a job finds the metadata
    service; it would also be possible to do this programmatically (eg expose a
    variable), but making it an environment variable allows a caller to do this
    without need to do so in-process.
    
    PTAL @robertwb 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/craigcitro/beam gce

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/2319.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2319
    
----
commit ca4a2953b6739e874c2191ce1a0c74eb931acc27
Author: Craig Citro <craigci...@google.com>
Date:   2017-03-24T20:38:50Z

    Allow customizing the GCE metadata service URL.
    
    The goal here is to allow a user to customize where a job finds the metadata
    service; it would also be possible to do this programmatically (eg expose a
    variable), but making it an environment variable allows a caller to do this
    without need to do so in-process.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to