In which platform Hadoop can be implemented ? Windows Mac Linux Working and principles of HDFS Information About the data is transferred to the Master Node(JP1) It's not data transfer Client API acts intermediate between Master and Slave. The information transferred to Master is operation, filename, size, etc. The Acknowledgement is sent to the Master from Slave about the requested operation. Standalone file system is needed to create distributed file system. Through Edge node(Our PC's) we will be sending data to Slave node and the edge node doesn't contain any HDFS data as we know that data never comes back from HDFS. When an request is sent to slave node then Client API sends information to the master then it sends the write/read operation information to MetaData(Placement Allocation(Rack awareness Allocation), Block size, Replication) Pipeline is used to distribute data. The client API is not only responsible for interaction between Master and Slave. The Master and Sla...
Comments
Post a Comment