HADOOP is a software framework that was inspired by Google's Map Reduce
and Google File System and now is considered as best solution which can deal
with BigData.
When we talk about Big data, it can be anything in the form of picture, movie etc ...and consumes huge amount of space
When we talk about Big data, it can be anything in the form of picture, movie etc ...and consumes huge amount of space
In Hadoop the storage
is provided by HDFS-it provides good way of storage to prevent loss of
data in case of failure, and analysis by Map Reduce(data processing)
using its own adhoc analysis and runs the query against a huge data and shows
the result in a reasonable amount of time.