You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2016/12/19 23:25:58 UTC

[jira] [Created] (BEAM-1183) oauth2 client logger warning

Ahmet Altay created BEAM-1183:
---------------------------------

             Summary: oauth2 client logger warning
                 Key: BEAM-1183
                 URL: https://issues.apache.org/jira/browse/BEAM-1183
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Ahmet Altay
            Priority: Minor


importing apache_beam results in the following warning:

No handlers could be found for logger "oauth2client.contrib.multistore_file"

This is coming from the oauth2client and could be reproduced with the following:

import oauth2client.contrib.multistore_file # precompiled from /Users/emin/anaconda/lib/python2.7/site-packages/oauth2client/contrib/multistore_file.pyc
No handlers could be found for logger "oauth2client.contrib.multistore_file"

Upgrading the oauth2client (once all the dependencies allow that) would solve this problem.

User reported issue: https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/34



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)