Changes between Version 9 and Version 10 of waue/2009/0511


Ignore:
Timestamp:
May 11, 2009, 3:58:48 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0511

    v9 v10  
    3838   * 以下檔案就把內容列出
    3939=== control ===
     40
    4041{{{
    4142#!sh
    4243Source: hadoop
    43 
    4444Section: devel
    45 
    4645Priority: extra
    47 
    4846Maintainer: Jazz Yao-Tsung Wang <jazzwang.tw@gmail.com>
    49 
    5047Build-Depends: debhelper (>= 5)
    51 
    5248Standards-Version: 3.7.2
    53 
    54 
    55 
    5649Package: hadoop
    57 
    5850Architecture: any
    59 
    6051Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre, sun-java6-bin
    61 
    6252Suggests: sun-java6-jdk
    63 
    6453Description: Apache Hadoop Core
    65 
    66   .
    67 
     54  .
    6855  Apache Hadoop Core is a software platform that lets one easily write and
    69 
    7056  run applications that process vast amounts of data.
    71 
    72   .
    73 
     57  .
    7458  Here's what makes Hadoop especially useful:
    75 
    7659   * Scalable: Hadoop can reliably store and process petabytes.
    77 
    7860   * Economical: It distributes the data and processing across clusters of
    79 
    8061                 commonly available computers. These clusters can number into
    81 
    8262                 the thousands of nodes.
    83 
    8463   * Efficient: By distributing the data, Hadoop can process it in parallel on
    85 
    8664                the nodes where the data is located. This makes it extremely
    87 
    8865                rapid.
    89 
    9066   * Reliable: Hadoop automatically maintains multiple copies of data and
    91 
    9267               automatically redeploys computing tasks based on failures.
    93 
    94   .
    95 
     68  .
    9669  Hadoop implements MapReduce, using the Hadoop Distributed File System (HDFS)
    97 
    9870  MapReduce divides applications into many small blocks of work. HDFS creates
    99 
    10071  multiple replicas of data blocks for reliability, placing them on compute
    101 
    10272  nodes around the cluster. MapReduce can then process the data where it is
    103 
    10473  located.
    105 
    106   .
    107 
     74  .
    10875  For more information about Hadoop, please see the Hadoop website.
    109 
    11076  http://hadoop.apache.org/
    111 
    112 
    113 
    11477Package: hadoop-src
    115 
    11678Architecture: any
    117 
    11879Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jdk, ant, gcc, g++, hadoop
    119 
    12080Description: Apache Hadoop Core ( java source code and examples )
    121 
    122   .
    123 
     81  .
    12482  Apache Hadoop Core is a software platform that lets one easily write and
    125 
    12683  run applications that process vast amounts of data.
    127 
    128   .
    129 
     84  .
    13085  This package include the java source code and examples from original
    131 
    13286  tarball. Install this package only when you need to rebuild the jar binary
    133 
    13487  or want to run the 'Word Count' examples of MapReduce.
    135 
    136 
    137 
    13888Package: hadoop-doc
    139 
    14089Architecture: any
    141 
    14290Depends: ${shlibs:Depends}, ${misc:Depends}
    143 
    14491Description: Apache Hadoop Core Documents
    145 
    146   .
    147 
     92  .
    14893  Apache Hadoop Core is a software platform that lets one easily write and
    149 
    15094  run applications that process vast amounts of data.
    151 
    152   .
    153 
     95  .
    15496  This package include the HTML and PDF documents from original tarball.
    155 
    15697  Install this package only when you need these documents.
    157 
    158 
    159 }}}
    160 
     98}}}
    16199
    162100=== hadoop.install ===