Description
HiveClientImpl may be log sensitive information. e.g. url, secret and token:
logDebug( s""" |Applying Hadoop/Hive/Spark and extra properties to Hive Conf: |$k=${if (k.toLowerCase(Locale.ROOT).contains("password")) "xxx" else v} """.stripMargin)
We need to redact it. Please refer to SQLConf.get.redactOptions.
Attachments
Issue Links
- links to