views:

18

answers:

0

I am working on a distributed system which needs to perform something similar to pagerank but on a large dataset. Currently the system supports the blackboard principle with tuple spaces. Is pagerank able to be implemented using the blackboard algorithm without using mapreduce, and how efficient would it be? Also, I guess there would be some differences in how the algorithm would perform?