I am using map/reduce with hadoop-0.15.0-streaming.jar to process the data with php scripts. I have coded to process the data the blow is an example of word counts from the input.
bin/hadoop jar contrib/hadoop-0.15.0-streaming.jar -mapper /var/www/search/hadoop/wc-mapper.php -reducer /var/www/search/hadoop/wc-reducer.php -input input/* -output output What I am looking to do is get and store the input and output from/in hbase. Is that possible with hadoop-0.15.0-streaming.jar? If so can I get a command line example? thanks Billy
