You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by Apache Wiki <wi...@apache.org> on 2013/10/01 20:04:12 UTC

[Mrql Wiki] Trivial Update of "Pagerank" by LeonidasFegaras

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Mrql Wiki" for change notification.

The "Pagerank" page has been changed by LeonidasFegaras:
https://wiki.apache.org/mrql/Pagerank?action=diff&rev1=2&rev2=3

  
  To run the same query using Hama, you need to know the number of simultaneous BSP tasks that can run
  in parallel on your Hama cluster without a problem. For example, if you have 16 nodes with 4 cores each,
- you need to set {{{-bsp_tasks}}} less than 64, eg 50.
+ you need to set {{{-nodes}}} less than 64, eg 50.
  First, you need to generate a random graph and store it in a HDFS file
  (if you haven't done so for the !MapReduce example):
  
@@ -49, +49 @@

  
  === Run PageRank on a Spark Standalone Cluster ===
  
- To run the same query using Spark, change the SPARK_MASTER and SPARK_DEFAULT_URI in {{{conf/mrql-conf.sh}}} to point to your Spark cluster URIs.
+ To run the same query using Spark, change the SPARK_MASTER and FS_DEFAULT_NAME in {{{conf/mrql-conf.sh}}} to point to your Spark cluster URIs.
  Then, you need to generate a random graph and store it in a HDFS file
  (if you haven't done so for the others examples):