This is an automated email from the ASF dual-hosted git repository.

gengliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 9351e3e  Revert "[SPARK-29991][INFRA] Support `test-hive1.2` in PR 
Builder"
     add b182ed8  [SPARK-29724][SPARK-29726][WEBUI][SQL] Support JDBC/ODBC tab 
for HistoryServer WebUI

No new revisions were added by this update.

Summary of changes:
 .../spark/deploy/history/FsHistoryProvider.scala   |   5 +-
 .../spark/status/AppHistoryServerPlugin.scala      |   5 +
 .../sql/execution/ui/SQLHistoryServerPlugin.scala  |   3 +
 .../org.apache.spark.status.AppHistoryServerPlugin |   1 +
 .../sql/hive/thriftserver/HiveThriftServer2.scala  | 203 ++-----------
 .../SparkExecuteStatementOperation.scala           |  19 +-
 .../thriftserver/SparkGetCatalogsOperation.scala   |  10 +-
 .../thriftserver/SparkGetColumnsOperation.scala    |  10 +-
 .../thriftserver/SparkGetFunctionsOperation.scala  |  10 +-
 .../thriftserver/SparkGetSchemasOperation.scala    |  10 +-
 .../thriftserver/SparkGetTableTypesOperation.scala |  10 +-
 .../thriftserver/SparkGetTablesOperation.scala     |  10 +-
 .../thriftserver/SparkGetTypeInfoOperation.scala   |  10 +-
 .../hive/thriftserver/SparkSQLSessionManager.scala |   4 +-
 .../ui/HiveThriftServer2AppStatusStore.scala       | 132 +++++++++
 .../ui/HiveThriftServer2EventManager.scala         | 113 ++++++++
 .../ui/HiveThriftServer2HistoryServerPlugin.scala} |  16 +-
 .../ui/HiveThriftServer2Listener.scala             | 315 +++++++++++++++++++++
 .../hive/thriftserver/ui/ThriftServerPage.scala    |  30 +-
 .../thriftserver/ui/ThriftServerSessionPage.scala  |  13 +-
 .../sql/hive/thriftserver/ui/ThriftServerTab.scala |  15 +-
 .../ui/HiveThriftServer2ListenerSuite.scala        | 164 +++++++++++
 .../thriftserver/ui/ThriftServerPageSuite.scala    |  68 +++--
 23 files changed, 883 insertions(+), 293 deletions(-)
 create mode 100644 
sql/hive-thriftserver/src/main/resources/META-INF/services/org.apache.spark.status.AppHistoryServerPlugin
 create mode 100644 
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/HiveThriftServer2AppStatusStore.scala
 create mode 100644 
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/HiveThriftServer2EventManager.scala
 copy 
sql/{core/src/main/scala/org/apache/spark/sql/execution/ui/SQLHistoryServerPlugin.scala
 => 
hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/HiveThriftServer2HistoryServerPlugin.scala}
 (75%)
 create mode 100644 
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/HiveThriftServer2Listener.scala
 create mode 100644 
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ui/HiveThriftServer2ListenerSuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to