Changes between Version 1 and Version 2 of waue/2009/1005


Ignore:
Timestamp:
Oct 5, 2009, 5:28:45 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/1005

    v1 v2  
    2929$ cd /opt/hadoop
    3030$ 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{{{
     39mkdir /opt/hadoop-0.20.1/build/libhdfs/
     40ln -sf /opt/hadoop/c++/Linux-i386-32/lib/libhdfs.so /opt/hadoop-0.20.1/build/libhdfs/libhdfs.so
     41}}}