-
- Downloads
[SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL.
This PR has three changes: 1. Renaming the table of `ThriftServer` to `SQL`; 2. Renaming the title of the tab from `ThriftServer` to `JDBC/ODBC Server`; and 3. Renaming the title of the session page from `ThriftServer` to `JDBC/ODBC Session`. https://issues.apache.org/jira/browse/SPARK-7907 Author: Yin Huai <yhuai@databricks.com> Closes #6448 from yhuai/JDBCServer and squashes the following commits: eadcc3d [Yin Huai] Update test. 9168005 [Yin Huai] Use SQL as the tab name. 221831e [Yin Huai] Rename ThriftServer to JDBCServer.
Showing
- sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerPage.scala 2 additions, 2 deletions...che/spark/sql/hive/thriftserver/ui/ThriftServerPage.scala
- sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerSessionPage.scala 1 addition, 1 deletion...rk/sql/hive/thriftserver/ui/ThriftServerSessionPage.scala
- sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerTab.scala 3 additions, 1 deletion...ache/spark/sql/hive/thriftserver/ui/ThriftServerTab.scala
- sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/UISeleniumSuite.scala 2 additions, 2 deletions.../apache/spark/sql/hive/thriftserver/UISeleniumSuite.scala
Please register or sign in to comment