Changes between Version 5 and Version 6 of waue/2009/1005


Ignore:
Timestamp:
Oct 6, 2009, 4:44:15 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/1005

    v5 v6  
    8181
    8282 * libhdfs.so does not exist: /opt/hadoop-0.20.1/build/libhdfs/libhdfs.so
    83 
     83找到 libhdfs.so ,複製到 /opt/hadoop/libhdfs/ 資料夾
    8484{{{
    85 mkdir /opt/hadoop-0.20.1/build/libhdfs/
    86 ln -sf /opt/hadoop/c++/Linux-i386-32/lib/libhdfs.so /opt/hadoop-0.20.1/build/libhdfs/libhdfs.so
     85$ mkdir /opt/hadoop-0.20.1/build/libhdfs/
     86$ cp /opt/hadoop-0.20.1/c++/Linux-i386-32/lib/libhdfs.so /opt/hadoop/libhdfs/
    8787}}}
    8888
    8989
    9090 * fuse_dfs: error while loading shared libraries: libhdfs.so.0: cannot open shared object file: No such file or directory
     91
     92鍊結 libhdfs.so.0 -> libhdfs.so
     93{{{
     94$ ln -sf libhdfs.so libhdfs.so.0
     95}}}
     96