Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

What is the Ambari component name for spark thrift server when using rest api ?

avatar
Rising Star
 
1 ACCEPTED SOLUTION

avatar
@Harini Yadav

One location to check the components for a given product is for eg:

/var/lib/ambari-server/resources/common-services/SPARK/1.4.1.2.3/metainfo.xml

In this look for <names> below <components>, for eg

<component> <name>SPARK_THRIFTSERVER</name>

There is no documentation as such from Hortonworks for this. Generic documentation is available at: Ambari CWiki

View solution in original post

5 REPLIES 5

avatar
Master Mentor

@Harini Yadav

See this SPARK_THRIFTSERVER

http://henning.kropponline.de/2015/06/07/services-and-state-with-ambari-rest-api/

Spark Job History ServerSPARK_JOBHISTORYSERVERSPARK

avatar
Rising Star

@Neeraj Sabharwal Thank you

Any documentation on docs.hortonworks.com , that i can refer to ?

avatar
Master Mentor

avatar
@Harini Yadav

One location to check the components for a given product is for eg:

/var/lib/ambari-server/resources/common-services/SPARK/1.4.1.2.3/metainfo.xml

In this look for <names> below <components>, for eg

<component> <name>SPARK_THRIFTSERVER</name>

There is no documentation as such from Hortonworks for this. Generic documentation is available at: Ambari CWiki

avatar
Rising Star

@vpoornalingam Thank you ! This helps