[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
spark:running-spark-on-single-machine-or-on-cluster [2014/11/11 09:20]
straka
spark:running-spark-on-single-machine-or-on-cluster [2014/11/11 09:21]
straka
Line 38: Line 38:
 <file>spark-qsub 20 512m sleep infinity</file> <file>spark-qsub 20 512m sleep infinity</file>
  
-Note that a running Spark cluster can currently be used only from other cluster machines (connections to a running SGE Spark cluster from my workstation timeout).+Note that a running Spark cluster can currently be used only from other cluster machines (connections to a running SGE Spark cluster from my workstation ends with timeout).
  
 ==== Additional SGE Options ==== ==== Additional SGE Options ====
  
-Additional ''qrsh'' or ''qsub'' options can be specified in ''SGE_OPTS'' environmental variable (not as ''spark-qsub'' or ''spark-qrsh'' arguments), as in the following example which schedules the Spark master and workers to machines different from ''hyperion*'' and ''pandora*'':+Additional ''qrsh'' or ''qsub'' options can be specified in ''SGE_OPTS'' environmental variable (not as ''spark-qsub'' or ''spark-qrsh'' arguments), as in the following example which schedules the Spark master and workers to machines different then ''hyperion*'' and ''pandora*'':
 <file>SGE_OPTS='-q *@!(hyperion*|pandora*)' spark-qrsh 10 1G</file> <file>SGE_OPTS='-q *@!(hyperion*|pandora*)' spark-qrsh 10 1G</file>
  

[ Back to the navigation ] [ Back to the content ]