Created 06-03-2016 03:50 PM
Hi Team
How do i enable and start THRIFT SERVE for SPARK. Do i need to edit any configuration file. ?
What is the impact if i enable THRIFT SERVER ?
Created 06-03-2016 03:54 PM
@suresh krish please take a look at our docs here to enable spark thrift server.
Created 06-03-2016 03:54 PM
There is no configuration required just run the spark thrift server as a spark user using following command
./sbin/start-thriftserver.sh --master yarn-client --executor-memory 512m --hiveconf hive.server2.thrift.port=100015
Created 06-03-2016 03:54 PM
@suresh krish please take a look at our docs here to enable spark thrift server.
Created 06-03-2016 06:09 PM
If you are using Ambari you can start the Spark ThriftServer by following the steps in the Spark documentation. Typically Ambari will setup the right configs under /etc/spark/conf. When you enable Spark ThriftServer it starts another service running as hive user.