source: hadoop-0.18.3/debian/control @ 52

Last change on this file since 52 was 52, checked in by jazz, 15 years ago
  • 新增簡化編譯用的 Makefile
File size: 2.4 KB
Line 
1Source: hadoop
2Section: devel
3Priority: extra
4Maintainer: Jazz Yao-Tsung Wang <jazzwang.tw@gmail.com>
5Build-Depends: debhelper (>= 5)
6Standards-Version: 3.7.2
7
8Package: hadoop
9Architecture: any
10Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre, sun-java6-bin
11Suggests: sun-java6-jdk
12Description: 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
37Package: hadoop-src
38Architecture: any
39Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jdk, ant, gcc, g++, hadoop
40Description: 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
49Package: hadoop-doc
50Architecture: any
51Depends: ${shlibs:Depends}, ${misc:Depends}
52Description: 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
Note: See TracBrowser for help on using the repository browser.