Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

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

avatar
Explorer

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
Expert Contributor

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
Expert Contributor

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

Labels