Denis Krivenko created SPARK-36400:
--------------------------------------
Summary: Redact sensitive information in Spark Thrift Server UI
Key: SPARK-36400
URL: https://issues.apache.org/jira/browse/SPARK-36400
Project: Spark
Issue Type: Bug
Components: SQL, Web UI
Affects Versions: 3.1.2
Reporter: Denis Krivenko
Attachments: SQL Statistics.png
Spark UI displays sensitive information on "JDBC/ODBC Server" tab
!image-2021-08-04-01-02-27-593.png|width=594,height=272!
The reason of the issue is in
[org.apache.spark.sql.hive.thriftserver.ui.SqlStatsPagedTable|https://github.com/apache/spark/blob/master/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerPage.scala#L166]
class
[here|https://github.com/apache/spark/blob/master/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerPage.scala#L266-L268]
{code:scala}
<td>
<span class="description-input">
{info.statement}
</span>
</td>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]