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

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

     [ https://issues.apache.org/jira/browse/SPARK-36400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kousuke Saruta resolved SPARK-36400.
------------------------------------
    Fix Version/s: 3.1.3
                   3.2.0
         Assignee: Kousuke Saruta
       Resolution: Fixed

> 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
>            Assignee: Kousuke Saruta
>            Priority: Major
>             Fix For: 3.2.0, 3.1.3
>
>         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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org