You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Sanjeev Verma <sa...@gmail.com> on 2016/02/11 18:34:16 UTC

spark thrift server transport protocol

I am running spark thrift server to run query over hive, how do I can know
which transport protocol my client and server using currently.

Thanks

Re: spark thrift server transport protocol

Posted by Ted Yu <yu...@gmail.com>.
>From the head of HiveThriftServer2 :

 * The main entry point for the Spark SQL port of HiveServer2.  Starts up a
`SparkSQLContext` and a
 * `HiveThriftServer2` thrift server.

Looking at HiveServer2.java from Hive, looks like it uses thrift protocol.

FYI

On Thu, Feb 11, 2016 at 9:34 AM, Sanjeev Verma <sa...@gmail.com>
wrote:

> I am running spark thrift server to run query over hive, how do I can know
> which transport protocol my client and server using currently.
>
> Thanks
>