Changes between Initial Version and Version 1 of jazz/Hadoop_deb


Ignore:
Timestamp:
Mar 19, 2009, 4:47:23 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hadoop_deb

    v1 v1  
     1= Hadoop 0.18.3 Debian Package 打包過程 =
     2
     3{{{
     4~$ sudo apt-get install gcc g++ g77 make patch pkg-config dpkg-dev debhelper devscripts dh-make fakeroot lintian
     5~$ export DEBFULLNAME="Jazz Yao-Tsung Wang"
     6~$ export DEBEMAIL="jazz@xxxx.xxx.xx"
     7~$ wget http://ftp.twaren.net/Unix/Web/apache/hadoop/core/hadoop-0.18.3/hadoop-0.18.3.tar.gz
     8~$ tar zxvf hadoop-0.18.3.tar.gz
     9~$ cd hadoop-0.18.3
     10~/hadoop-0.18.3$ dh_make --createorig
     11
     12Type of package: single binary, multiple binary, library, kernel module or cdbs?
     13 [s/m/l/k/b] s
     14
     15Maintainer name : Jazz Yao-Tsung Wang
     16Email-Address   : jazz@xxxx.xxx.xx
     17Date            : Thu, 19 Mar 2009 16:45:01 +0800
     18Package Name    : hadoop
     19Version         : 0.18.3
     20License         : blank
     21Type of Package : Single
     22Hit <enter> to confirm:
     23Currently there is no top level Makefile. This may require additional tuning.
     24Done. Please edit the files in the debian/ subdirectory now. You should also
     25check that the hadoop Makefiles install into $DESTDIR and not in / .
     26}}}