Changes between Version 1 and Version 2 of waue/2009/1005
- Timestamp:
- Oct 5, 2009, 5:28:45 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2009/1005
v1 v2 29 29 $ cd /opt/hadoop 30 30 $ ant compile-c++-libhdfs -Dlibhdfs=1 31 $ ant package 32 $ ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1 33 }}} 34 35 36 = bug fix = 37 * libhdfs.so does not exist: /opt/hadoop-0.20.1/build/libhdfs/libhdfs.so 38 {{{ 39 mkdir /opt/hadoop-0.20.1/build/libhdfs/ 40 ln -sf /opt/hadoop/c++/Linux-i386-32/lib/libhdfs.so /opt/hadoop-0.20.1/build/libhdfs/libhdfs.so 41 }}}