Mention what are the data components used by Hadoop?



Mention what are the data components used by Hadoop?..

Answer / Maneesh Jain

Hadoop primarily works with two types of data components: HDFS (Hadoop Distributed File System) is used for storing large volumes of data in a distributed and fault-tolerant manner. MapReduce is the processing engine that processes the data stored in HDFS.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

Explain what happens in textinformat ?

1 Answers  


What is difference between split and block in hadoop?

1 Answers  


Data Engineer Given a list of followers in the format:123, 345234, 678345, 123…Where column one is the ID of the follower and column two is the ID of the followee. Find all mutual following pairs (the pair 123, 345 in the example above). How would you use Map/Reduce to solve the problem when the list does not fit in memory?

1 Answers   Twitter,


Can you explain how do ‘map’ and ‘reduce’ work?

1 Answers  


Where do you specify the Mapper Implementation?

1 Answers  


What is the best hardware configuration to run Hadoop?

1 Answers  


How to change replication factor of files already stored in HDFS?

1 Answers  


Which command is used for the retrieval of the status of daemons running the hadoop cluster?

1 Answers  


Explain Erasure Coding in Apache Hadoop?

1 Answers  


what factors the block size takes before creation?

1 Answers  


Explain the use of .mecia class?

1 Answers  


What is the difference between rdbms and hadoop?

1 Answers  


Categories