Download the PHP package makotokw/hadoopstreaming without Composer
On this page you can find all versions of the php package makotokw/hadoopstreaming. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download makotokw/hadoopstreaming
More information about makotokw/hadoopstreaming
Files in makotokw/hadoopstreaming
Download makotokw/hadoopstreaming
More information about makotokw/hadoopstreaming
Files in makotokw/hadoopstreaming
Vendor makotokw
Package hadoopstreaming
Short Description Map/Reduce classes for Hadoop Streaming
License MIT
Homepage http://github.com/makotokw/php-hadoopstreaming
Package hadoopstreaming
Short Description Map/Reduce classes for Hadoop Streaming
License MIT
Homepage http://github.com/makotokw/php-hadoopstreaming
Keywords hadoophadoop streaming
Please rate this library. Is it a good library?
Informations about the package hadoopstreaming
php-hadoopstreaming
Install
Add to composer.json
{
"require": {
"makotokw/hadoopstreaming": "dev-master"
}
}
Usage
simple test without hadoop
cd examples/wordcount
php mapper.php < word.txt | sort | php reducer.php
with hadoop streaming
hadoop-standalone/bin/hadoop jar hadoop-standalone/hadoop-streaming.jar\
-input examples/wordcount/word.txt\
-output examples/wordcount/output\
-mapper 'php examples/wordcount/mapper.php'\
-reducer 'php examples/wordcount/reducer.php'
LICENSE
The MIT License (MIT)
All versions of hadoopstreaming with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package makotokw/hadoopstreaming contains the following files
Loading the files please wait ....