You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by amkcom <am...@gmail.com> on 2015/07/29 02:18:17 UTC

Re: Getting the number of slaves

try sc.getConf.getInt("spark.executor.instances", 1)



--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Getting-the-number-of-slaves-tp10604p24043.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
For additional commands, e-mail: user-help@spark.apache.org


Re: Getting the number of slaves

Posted by Tathagata Das <ta...@gmail.com>.
To clarify, that is the number of executors requested by the SparkContext
from the cluster manager.

On Tue, Jul 28, 2015 at 5:18 PM, amkcom <am...@gmail.com> wrote:

> try sc.getConf.getInt("spark.executor.instances", 1)
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Getting-the-number-of-slaves-tp10604p24043.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
> For additional commands, e-mail: user-help@spark.apache.org
>
>