2nd Floor, #7a, High School Road, Secretariat Colony Ambattur, Chennai-600053 (Landmark: SRM School) Tamil Nadu, India
pro@slogix.in
+91- 81240 01111
Social List
What are the core components of Hadoop and advantages of Hadoop?
The Mapreduce and Hadoop Distributed File System(HDFS) are the main components of hadoop.
MapreduceMapreduce is the programming model to work on data within the HDFS. The programming language for MapReduce is Java. It is used to process large volume of data by dividing the work into a set of independent tasks.
HDFSHDFS is Hadoop Distributed File System, which is used for storing raw data on the cluster in hadoop. Files in HDFS are split into blocks and then stored on the different data nodes. The typical size of a block is 64MB or 128MB. The blocks are also replicated, to ensure high reliability.
Advantages of Hadoop1. Scalability2. Fault tolerant3. Flexibility4. Cost effective