Comparing BSP and MR

2011-12-08 Thread Praveen Sripati
Hi, I know about MapReduce/Hadoop and trying to get myself around BSP/Hama-Giraph by comparing MR and BSP. - Map Phase in MR is similar to Computation Phase in BSP. BSP allows for process to exchange data in the communication phase, but there is no communication between the mappers in the Map

Re: Comparing BSP and MR

2011-12-09 Thread Praveen Sripati
, Praveen Sripati praveensrip...@gmail.comwrote: Thanks to Thomas and Avery for the response. For Giraph you are quite correct, all the stuff is submitted as a MR job. But a full map stage is not a superstep, the whole computation is a done in one mapping phase. So a map task in MR

Re: Graphs and Map Queries

2011-12-14 Thread Praveen Sripati
graph database. You could try using MySQL, HBase, Cassandra, etc for online querying. Avery On 12/14/11 10:24 AM, Praveen Sripati wrote: Hi, If I am not wrong Giraph is for batch processing similar to Hadoop. But, when I look for directions in Google Maps, the directions are returned