Changeset 254


Ignore:
Timestamp:
Aug 13, 2010, 4:03:55 PM (14 years ago)
Author:
jazz
Message:
  • modified debian/hadoop.install
    • libhdfs folder had moved.
  • add *-site.xml
    • hadoop-site.xml had changed to {core,hdfs,madpred}-site.xml
Location:
hadoop-0.20.2
Files:
3 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • hadoop-0.20.2/Makefile

    r65 r254  
    1 VERSION = 0.19.1
     1VERSION = 0.20.2
    22all: help
    33
     
    1313  @tar zxvf hadoop-${VERSION}.tar.gz -C ..
    1414  @rm conf/hadoop-env.sh 
    15   @rm conf/hadoop-site.xml
     15  @rm conf/*-site.xml
    1616  @chmod a+x `find . -name "configure"`
    1717
  • hadoop-0.20.2/debian/changelog

    r65 r254  
     1hadoop (0.20.2-1) unstable; urgency=low
     2
     3  * source upstream from
     4    http://www.apache.org/dist/hadoop/core/hadoop-0.20.2/hadoop-0.20.2.tar.gz
     5  * modified debian/conf/*-site.xml
     6    - hadoop separate hadoop-site.xml to core-site.xml, hdfs-site.xml and
     7      mapred-site.xml since 0.20.
     8
     9 -- Jazz Yao-Tsung Wang <jazzwang.tw@gmail.com>  Fri, 13 Aug 2010 15:26:38 +0800
     10
    111hadoop (0.19.1-1) unstable; urgency=low
    212
  • hadoop-0.20.2/debian/hadoop.install

    r52 r254  
    55contrib       opt/hadoop
    66lib       opt/hadoop
    7 libhdfs       opt/hadoop
    87librecordio   opt/hadoop
    98webapps       opt/hadoop
Note: See TracChangeset for help on using the changeset viewer.