Skip to main content

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 47 people (-8 private), first by anonymouse user on 2006-07-26


Public Sticky notes

# Scalable: Hadoop can reliably store and process petabytes. # Economical: It distributes the data and processing across clusters of commonly available computers. These clusters can number into the thousands of nodes. # Efficient: By distributing the data, Hadoop can process it in parallel on the nodes where the data is located. This makes it extremely rapid. # Reliable: Hadoop automatically maintains multiple copies of data and automatically redeploys computing tasks based on failures.

Highlighted by greenup

# Scalable: Hadoop can reliably store and process petabytes. # Economical: It distributes the data and processing across clusters of commonly available computers. These clusters can number into the thousands of nodes. # Efficient: By distributing the data, Hadoop can process it in parallel on the nodes where the data is located. This makes it extremely rapid. # Reliable: Hadoop automatically maintains multiple copies of data and automatically redeploys computing tasks based on failures.

Highlighted by greenup

ty, placing them on compute nodes around the cluster. MapReduce can then process th

Highlighted by pmckinstry