Configuring OAuth with the Hadoop CredentialProvider
A more secure way to store your OAuth credentials is with the
Hadoop CredentialProvider. When you submit a job, reference the
CredentialProvider, which then supplies the OAuth information.
Unlike the core-site.xml
, the credentials are not
stored in plain text.
The following steps describe how to create a credential provider and how to reference it when submitting jobs: