- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Enabling THRIFT SERVER for SPARK
- Labels:
-
Apache Spark
Created ‎06-03-2016 03:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@suresh krish please take a look at our docs here to enable spark thrift server.
Created ‎06-03-2016 03:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@suresh krish please take a look at our docs here to enable spark thrift server.
Created ‎06-03-2016 06:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
