GitHub user jerryshao opened a pull request:
https://github.com/apache/spark/pull/18628
[SPARK-21407][ThriftServer] Add spnego auth support for ThriftServer
thrift/http protocol
## What changes were proposed in this pull request?
Spark ThriftServer doesn't support spnego auth for thrift/http protocol,
this mainly used for knox+thriftserver scenario. Since in HiveServer2
CLIService there already has existing codes to support it. So here copy it to
Spark ThriftServer to make it support.
Related Hive JIRA HIVE-6697.
## How was this patch tested?
Manual verification.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jerryshao/apache-spark SPARK-21407
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18628.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 #18628
----
commit 02a041a64d16f14185a2a698a96bdbabc4419511
Author: jerryshao <[email protected]>
Date: 2017-07-13T21:13:12Z
Add spnego auth support for ThriftServer thrift/http protocol
Change-Id: Icec0957ae47cb031883a3c9affcea8580cf9ab35
----
---
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]