在阅读 Hadoop权威指南一书的第四章时,我发现了以下句子:
In Hadoop, interprocess communication between nodes in the system is implemented using remote procedure calls (RPCs). The RPC protocol uses serialization to render the message into a binary stream to be sent to the remote node, which then deserializes the binary stream into the original message.
我知道我们使用无密码 SSH 进行机器间的通信。
有人可以解释一下,我们使用 RPC 或 SSH 进行进程间通信?请澄清我的疑虑。
答案 0 :(得分:0)
Hadoop Deamons Java 进程,将通过 RPC 进行通信。 SO Java Objects以序列化对象形式通过网络传递。 SSH 或Secure Shell是一种用于安全登录远程 系统的协议。这是访问远程Linux和类Unix服务器的最常用方法,例如VPS实例