GitHub user davies opened a pull request:
https://github.com/apache/spark/pull/12876
[SPARK-15095] [SQL] drop binary mode in ThriftServer
## What changes were proposed in this pull request?
This PR drop the support for binary mode in ThriftServer, only HTTP mode is
supported now, to reduce the maintain burden.
The code to support binary mode is still kept, just in case if we want it
in future.
## How was this patch tested?
Updated tests to use HTTP mode.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davies/spark hide_binary
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12876.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 #12876
----
commit 335e3f1a5d25f2591cfd7fe85b881a07b0a8e6ee
Author: Davies Liu <[email protected]>
Date: 2016-05-03T19:38:12Z
drop binary mode
----
---
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]