GitHub user ajbozarth opened a pull request:
https://github.com/apache/spark/pull/15268
[SPARK-17598] [SQL] [Web UI] User-friendly name for Spark Thrift Server in
web UI
## What changes were proposed in this pull request?
The name of Spark Thrift JDBC/ODBC Server in web UI reflects the name of
the class, i.e. org.apache.spark.sql.hive.thrift.HiveThriftServer2. I changed
it to Thrift JDBC/ODBC Server (like Spark shell for spark-shell) as recommended
by @jaceklaskowski. Note the user can still change the name adding `--name "App
Name"` parameter to the start script as before
## How was this patch tested?
By running the script with various parameters and checking the web ui

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajbozarth/spark spark17598
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15268.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15268
----
commit f808909c4580f5b64e500cacb57f5a69d0799045
Author: Alex Bozarth <[email protected]>
Date: 2016-09-27T19:12:09Z
Updated thiftserver start script to include a default application name
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]