如何加密&解密spark sql中的数据库凭据

时间:2016-11-02 03:38:51

标签: scala apache-spark apache-spark-sql

这里我在代码中明确提到了我的用户名和密码。我想把它作为加密和传递解密格式。让我知道是否有办法。

val option = Map("url" -> "jdbc:mysql://localhost:4456/Testing", "dbtable" -> "payment","user"->"root","password"->"root")

Thanks!

0 个答案:

没有答案