You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Bojan Kostic <bl...@gmail.com> on 2015/08/06 10:35:00 UTC

Multiple Thrift servers on one Spark cluster

Hi,

Is there a way to instantiate multiple Thrift servers on one Spark Cluster?



--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-Thrift-servers-on-one-Spark-cluster-tp24148.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
For additional commands, e-mail: user-help@spark.apache.org


Re: Multiple Thrift servers on one Spark cluster

Posted by Akhil Das <ak...@sigmoidanalytics.com>.
Did you try this way?

export HIVE_SERVER2_THRIFT_PORT=6066
./sbin/start-thriftserver.sh --master <master-uri>


export HIVE_SERVER2_THRIFT_PORT=6067
./sbin/start-thriftserver.sh --master <master-uri>


You just have to change HIVE_SERVER2_THRIFT_PORT to instantiate multiple
servers i think.

Thanks
Best Regards

On Thu, Aug 6, 2015 at 2:05 PM, Bojan Kostic <bl...@gmail.com> wrote:

> Hi,
>
> Is there a way to instantiate multiple Thrift servers on one Spark Cluster?
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-Thrift-servers-on-one-Spark-cluster-tp24148.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
> For additional commands, e-mail: user-help@spark.apache.org
>
>