> How does this related to [bashreduce]
bashreduce has nothing to do with hadoop, it just implements a simple
version of the mapreduce framework using bash. It also doesn't have an
equivalent of HDFS (it relies on all the nodes having local copies or
access to a shared fs, or pass data using nc).
ParBASH is a extension to bash which allows you to write a job as if it
was a bash script, and parbash takes care of translating that to a
hadoop streaming job (very clever)
-- amr
Robert Barta wrote:
> On Mon, Jul 20, 2009 at 05:40:34PM +0200, Milenko Petrovic wrote:
>
>> Hello,
>>
>> I'd like to announce the release of the 0.1 version of ParBASH. Using
>> ParBASH, it is possible to write bash scripts that are automatically
>> translated into Hadoop Streaming Jobs.
>>
>
> Milenko,
>
> How does this related to
>
> http://md.devc.at/software/mapreduce/bashreduce
>
> ?
>
> \rho
>
|