Distributed Computing
What is meant by Distributed Computing?
Distributed Computing refers to the mechanism that deals with both storage as well as processing of data in distributed environment called cluster.
In Hadoop, Distributed Computing is done in following manner:
Storage of Data - HDFS / S3/ Azure
Processing of Data - MapReduce / Spark / Tez
Comments
Post a Comment