| 1 | Source: hadoop | 
|---|
| 2 | Section: devel | 
|---|
| 3 | Priority: extra | 
|---|
| 4 | Maintainer: Jazz Yao-Tsung Wang <jazzwang.tw@gmail.com> | 
|---|
| 5 | Build-Depends: debhelper (>= 5) | 
|---|
| 6 | Standards-Version: 3.7.2 | 
|---|
| 7 |  | 
|---|
| 8 | Package: hadoop | 
|---|
| 9 | Architecture: any | 
|---|
| 10 | Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre | 
|---|
| 11 | Suggests: hadoop-src, hadoop-doc | 
|---|
| 12 | Description: Apache Hadoop Core | 
|---|
| 13 |   . | 
|---|
| 14 |   Apache Hadoop Core is a software platform that lets one easily write and  | 
|---|
| 15 |   run applications that process vast amounts of data. | 
|---|
| 16 |   . | 
|---|
| 17 |   Here's what makes Hadoop especially useful: | 
|---|
| 18 |    * Scalable: Hadoop can reliably store and process petabytes. | 
|---|
| 19 |    * Economical: It distributes the data and processing across clusters of  | 
|---|
| 20 |                  commonly available computers. These clusters can number into  | 
|---|
| 21 |                  the thousands of nodes. | 
|---|
| 22 |    * Efficient: By distributing the data, Hadoop can process it in parallel on | 
|---|
| 23 |                 the nodes where the data is located. This makes it extremely  | 
|---|
| 24 |                 rapid. | 
|---|
| 25 |    * Reliable: Hadoop automatically maintains multiple copies of data and  | 
|---|
| 26 |                automatically redeploys computing tasks based on failures. | 
|---|
| 27 |   . | 
|---|
| 28 |   Hadoop implements MapReduce, using the Hadoop Distributed File System (HDFS) | 
|---|
| 29 |   MapReduce divides applications into many small blocks of work. HDFS creates  | 
|---|
| 30 |   multiple replicas of data blocks for reliability, placing them on compute  | 
|---|
| 31 |   nodes around the cluster. MapReduce can then process the data where it is  | 
|---|
| 32 |   located. | 
|---|
| 33 |   . | 
|---|
| 34 |   For more information about Hadoop, please see the Hadoop website. | 
|---|
| 35 |   http://hadoop.apache.org/ | 
|---|
| 36 |  | 
|---|