SIGN IN SIGN UP
apache / spark UNCLAIMED

Apache Spark - A unified analytics engine for large-scale data processing

0 0 1104 Scala

[SPARK-24518][CORE] Using Hadoop credential provider API to store password

## What changes were proposed in this pull request?

In our distribution,  because we don't do such fine-grained access control of config file, also configuration file is world readable shared between different components, so password may leak to different users.

Hadoop credential provider API support storing password in a secure way, in which Spark could read it in a secure way, so here propose to add support of using credential provider API to get password.

## How was this patch tested?

Adding tests and verified locally.

Author: jerryshao <sshao@hortonworks.com>

Closes #21548 from jerryshao/SPARK-24518.
J
jerryshao committed
33e77fa89b5805ecb1066fc534723527f70d37c7
Parent: 39dfaf2
Committed by Marcelo Vanzin <vanzin@cloudera.com> on 6/22/2018, 5:14:12 PM