Xu Mingmin created BEAM-2842:
--------------------------------
Summary: python test failure in local maven build
Key: BEAM-2842
URL: https://issues.apache.org/jira/browse/BEAM-2842
Project: Beam
Issue Type: Test
Components: sdk-ideas, website
Reporter: Xu Mingmin
Assignee: Reuven Lax
Priority: Minor
See below error when running {{mvn clean install}} locally (Mac OS), with a
fresh environment.
I resolve it following the guideline mentioned in error log, and wanna what's
the proper way to improve it:
1). add a task in prepare step of 'Contribution Guide';
2). option for shared credential?
{code}
File
“/Users/xxxx/Desktop/beam/sdks/python/target/.tox/py27gcp/lib/python2.7/site-packages/google/auth/_default.py”,
line 282, in default
raise exceptions.DefaultCredentialsError(_HELP_MESSAGE)
DefaultCredentialsError: Could not automatically determine credentials. Please
set GOOGLE_APPLICATION_CREDENTIALS or
explicitly create credential and re-run the application. For more
information, please see
https://developers.google.com/accounts/docs/application-default-credentials.
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)