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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > >
