Let’s see how we can model some regularly used SQL queries using map reduce. select … from … where … Take following example For this example let’s assume a suitable InputFormat (in case of Hadoop) does the reading from the database and emit key value pairs in the form (k, rec) where k is primary [...]
Posts Tagged ‘MapReduce’
Modelling SQL queries using Map Reduce
Posted in Concepts, miscellaneous, tagged Hadoop, MapReduce on November 11, 2011 | Leave a Comment »

