What is data Locality in Hadoop?
We can say that, Data locality improves the overall execution of the system and makes Hadoop faster. It reduces the network congestion.
There are two benefits of data Locality in Hadoop.
i. Faster Execution
In data locality, the program is moved to the node where data resides instead of moving large data to the node, this makes Hadoop faster. Because the size of the program is always lesser than the size of data, so moving data is a bottleneck of network transfer.
ii. High Throughput
Data locality increases the overall throughput of the system.
Hope this helps.
We can say that, Data locality improves the overall execution of the system and makes Hadoop faster. It reduces the network congestion.
There are two benefits of data Locality in Hadoop.
i. Faster Execution
In data locality, the program is moved to the node where data resides instead of moving large data to the node, this makes Hadoop faster. Because the size of the program is always lesser than the size of data, so moving data is a bottleneck of network transfer.
ii. High Throughput
Data locality increases the overall throughput of the system.
Hope this helps.
Comments
Post a Comment