README.txt
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:0k
源码类别:

网格计算

开发平台:

Java

  1. To run the examples, first compile them:
  2. % ant -Dcompile.c++=yes examples
  3. and then copy the binaries to dfs:
  4. % bin/hadoop fs -put build/c++-examples/Linux-i386-32/bin /examples/bin
  5. create an input directory with text files:
  6. % bin/hadoop fs -put my-data in-dir
  7. and run the word count example:
  8. % bin/hadoop pipes -conf src/examples/pipes/conf/word.xml 
  9.                    -input in-dir -output out-dir