How HDFs works in Java

Source: Internet
Author: User

1.RPC
1.1 RPC (Remote Procedure Call) remoting procedure calls.
The remote procedure refers to the same process.
1.2 RPC has a minimum of two procedures. Caller (client), callee (server).
The 1.3 client initiates the request, invokes the method in the specified IP and port server, and returns the result of the call to the client.
1.4 RPC is the foundation of Hadoop construction.


2. What is the understanding gained through examples?
2.1 RPC is a remote procedure call.
2.2 The client invokes the service-side method, which means invoking the method in the server-side object.
2.3 If the server object allows the client to invoke, then this object must implement the interface.
2.4 If a client can invoke a method on a server-side object, these methods must be in the interface of the object.

How HDFs works in Java

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.