Changes between Version 5 and Version 6 of waue/2009/1005
- Timestamp:
- Oct 6, 2009, 4:44:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2009/1005
v5 v6 81 81 82 82 * libhdfs.so does not exist: /opt/hadoop-0.20.1/build/libhdfs/libhdfs.so 83 83 找到 libhdfs.so ,複製到 /opt/hadoop/libhdfs/ 資料夾 84 84 {{{ 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/ 87 87 }}} 88 88 89 89 90 90 * 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