Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
176 views

Mappers, Reducers, FIlters

I know about map/reduce alghoritm and its use. It's using functions that are called Mappers and Reducers, but I also find people use the word Filters. Are Filters same as Mappers or is there some ...
0
votes
1answer
34 views

Multiple mappers with one reducer in hadoop [closed]

It is a simple question on multiple mappers and one reducer. Specifically, mapper1 reads from one data file and outputs < K, V1 >, mapper2 reads from another data file and outputs < K, V2 >. The ...
0
votes
1answer
202 views

class-table-mapper design php and ZF

is there a better way to work with ZF useing the mappers, real life objects and table_objects. This is how I do it with Zend Framework: class User_DbTable extends Zend_DB_Table_Abstract{ ...