spark thrift server transport protocol

2016-02-11 Thread Sanjeev Verma
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

2016-02-11 Thread Ted Yu
>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,