Login
Remember
Register
Ask a Question
What are the different features of Hadoop.
+3
votes
asked
Nov 25, 2022
in
Hadoop
by
john ganales
What are the different features of Hadoop.
hadoop-features
hadoop
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 25, 2022
by
john ganales
Listed in many Big Data Interview Questions and Answers, the best answer to this is –
Open-Source – Hadoop is an open-sourced platform. It allows the code to be rewritten or modified according to user and analytics requirements.
Scalability – Hadoop supports the addition of hardware resources to the new nodes.
Data Recovery – Hadoop follows replication which allows the recovery of data in the case of any failure.
Data Locality – This means that Hadoop moves the computation to the data and not the other way round. This way, the whole process speeds up.
...