Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hi ..I have HDP sandbox 2.3..i was notices that some serveries are indicate with monitor(screen) or client -only service what is it mean?

avatar
Expert Contributor
 
1 ACCEPTED SOLUTION

avatar

@sankar rao It indicates there is no server component. Many services consist of a server component and a client component. For example, MapReduce has a History server component, Hive has a HiveServer2, etc. Service such as Tez, Sqoop, and Pig do not have any server component. You can see this by clicking on the service and looking at the running components and noticing there is only a client service running.

This is important when considering management and operations, especially stopping and starting services and understanding where the service runs. Many server services run on different nodes than the client components. Clients will run on all data nodes. Hope this helps.

View solution in original post

2 REPLIES 2

avatar

@sankar rao It indicates there is no server component. Many services consist of a server component and a client component. For example, MapReduce has a History server component, Hive has a HiveServer2, etc. Service such as Tez, Sqoop, and Pig do not have any server component. You can see this by clicking on the service and looking at the running components and noticing there is only a client service running.

This is important when considering management and operations, especially stopping and starting services and understanding where the service runs. Many server services run on different nodes than the client components. Clients will run on all data nodes. Hope this helps.

avatar
Expert Contributor

Thanks for information...