close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Nov 7, 2008, 4:00:50 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v128
|
v129
|
|
| 38 | 38 | java -cp $CLASSPATH SnortBase |
| 39 | 39 | }}} |
| 40 | | 注意:其中的CLASSPATH是關鍵,除了要將上述所提到的jar檔都匯入外(run_time時產生java.lang.ClassNotFoundException等error),還有hadoop/conf/也要包含才行(產生連結不到的情形如 ipc.Client: Retrying connect to server: ...) |
| | 40 | 注意:其中的CLASSPATH是關鍵,除了要將上述所提到的jar檔都匯入外(run_time時產生java.lang.ClassNotFoundException等error),還有$hadoop_home、$hadoop/conf 都要包含才行(產生連結不到的情形如 ipc.Client: Retrying connect to server: ...) |
| 41 | 41 | |
| 42 | 42 | '''i. 解二:包成jar 檔呼叫''' |