You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/07/14 17:18:16 UTC

[1/2] incubator-beam git commit: Closes #644

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk e8c39c798 -> 52c0d893e


Closes #644


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/52c0d893
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/52c0d893
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/52c0d893

Branch: refs/heads/python-sdk
Commit: 52c0d893e73d8dae05acc5f5a6f16840ea79404f
Parents: e8c39c7 ffbacca
Author: Robert Bradshaw <ro...@google.com>
Authored: Thu Jul 14 10:18:05 2016 -0700
Committer: Robert Bradshaw <ro...@google.com>
Committed: Thu Jul 14 10:18:05 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/internal/apiclient.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] incubator-beam git commit: Fix typo in Dataflow runner monitoring message

Posted by ro...@apache.org.
Fix typo in Dataflow runner monitoring message


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/ffbaccaa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/ffbaccaa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/ffbaccaa

Branch: refs/heads/python-sdk
Commit: ffbaccaa823149ba76e95e1996f9c7a2ba606d3b
Parents: e8c39c7
Author: Charles Chen <cc...@google.com>
Authored: Tue Jul 12 22:00:22 2016 -0700
Committer: Robert Bradshaw <ro...@google.com>
Committed: Thu Jul 14 10:18:05 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/internal/apiclient.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/ffbaccaa/sdks/python/apache_beam/internal/apiclient.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/internal/apiclient.py b/sdks/python/apache_beam/internal/apiclient.py
index 99c7090..363b8e1 100644
--- a/sdks/python/apache_beam/internal/apiclient.py
+++ b/sdks/python/apache_beam/internal/apiclient.py
@@ -466,7 +466,7 @@ class DataflowApplicationClient(object):
     # The response is a Job proto with the id for the new job.
     logging.info('Created job with id: [%s]', response.id)
     logging.info(
-        'To accesss the Dataflow monitoring console, please navigate to '
+        'To access the Dataflow monitoring console, please navigate to '
         'https://console.developers.google.com/project/%s/dataflow/job/%s',
         self.google_cloud_options.project, response.id)