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, sun-java6-bin |
---|
11 | Suggests: sun-java6-jdk |
---|
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 | |
---|
37 | Package: hadoop-src |
---|
38 | Architecture: any |
---|
39 | Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jdk, ant, gcc, g++, hadoop |
---|
40 | Description: Apache Hadoop Core ( java source code and examples ) |
---|
41 | . |
---|
42 | Apache Hadoop Core is a software platform that lets one easily write and |
---|
43 | run applications that process vast amounts of data. |
---|
44 | . |
---|
45 | This package include the java source code and examples from original |
---|
46 | tarball. Install this package only when you need to rebuild the jar binary |
---|
47 | or want to run the 'Word Count' examples of MapReduce. |
---|
48 | |
---|
49 | Package: hadoop-doc |
---|
50 | Architecture: any |
---|
51 | Depends: ${shlibs:Depends}, ${misc:Depends} |
---|
52 | Description: Apache Hadoop Core Documents |
---|
53 | . |
---|
54 | Apache Hadoop Core is a software platform that lets one easily write and |
---|
55 | run applications that process vast amounts of data. |
---|
56 | . |
---|
57 | This package include the HTML and PDF documents from original tarball. |
---|
58 | Install this package only when you need these documents. |
---|
59 | |
---|