Support Questions

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

What is IPC client in Hive? What does it do?

avatar
Contributor

Hello,

As I mentioned in the title of this question, I wonder what is the IPC client in Hive, and what does it do.

If anyone happens to know, any help will be very thankful.

Thank you.

1 ACCEPTED SOLUTION

avatar
Super Collaborator

IPC is a generic concept. It's not particular to Hive. In fact several hadoop service communicate this way.

https://wiki.apache.org/hadoop/ipc

Using IPC, clients can connect to Server components at a certain port and invoke methods exposed by a server.

See properties related to ipc.client here : https://hadoop.apache.org/docs/r2.8.0/hadoop-project-dist/hadoop-common/core-default.xml

View solution in original post

1 REPLY 1

avatar
Super Collaborator

IPC is a generic concept. It's not particular to Hive. In fact several hadoop service communicate this way.

https://wiki.apache.org/hadoop/ipc

Using IPC, clients can connect to Server components at a certain port and invoke methods exposed by a server.

See properties related to ipc.client here : https://hadoop.apache.org/docs/r2.8.0/hadoop-project-dist/hadoop-common/core-default.xml