[ https://issues.apache.org/jira/browse/SPARK-36400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Denis Krivenko updated SPARK-36400: ----------------------------------- Description: Spark UI displays sensitive information on "JDBC/ODBC Server" tab 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} was: 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} > 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 > Priority: Major > Attachments: SQL Statistics.png > > > Spark UI displays sensitive information on "JDBC/ODBC Server" tab > 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org