首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > parbash

parbash

  • 资源大小:4.50 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: bash hadoop amazon map-reduce

资 源 简 介

Parallel BASH is a modified version of BASH intended for text processing on computer clusters. It enables use of common UNIX text processing tools (e.g., awk, perl, grep) across multicore or distributed systems. It is particularly suited for scalable processing of large (multi-GB or larger) files. parbash interprets scripts in the same way as BASH does except when a structure similar to the following is encountered: cat hdfs:/student_marks | grep ^A | sort | uniq -c > hdfs:/out In this case, parbash translate the bash pipeline into a map-reduce program, and executes it using Hadoop or Amazon Elastic Map Reduce Service. See IntroductionToParbash and ParbashExamples for more examples. Read about common ParbashPatterns through examples. See AmazonQuickStart for how to run parbas

文 件 列 表

parbash
src
README
VIP VIP
0.262519s