amplab / graphx

Former GraphX development repository. GraphX has been merged into Apache Spark; please submit pull requests there.
https://github.com/apache/spark
Apache License 2.0
360 stars 103 forks source link

Removed sleep from pagerank in Analytics #74

Closed dcrankshaw closed 10 years ago

dcrankshaw commented 10 years ago

Remove the Thread.sleep(1000000) that got introduced in https://github.com/amplab/graphx/commit/1e5c17812de073dd7fe890b99f921489895dae59#diff-392ec449b4f79b355d0789bf62cfb253R289

rxin commented 10 years ago

Thanks!