You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Denis Krivenko (Jira)" <ji...@apache.org> on 2021/08/03 23:05:00 UTC

[jira] [Created] (SPARK-36400) Redact sensitive information in Spark Thrift Server UI

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org