You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ABHISHEK KUMAR GUPTA (JIRA)" <ji...@apache.org> on 2019/02/27 13:17:05 UTC

[jira] [Created] (SPARK-27003) [Spark]Message display at console is not correct for spark.executor.instances

ABHISHEK KUMAR GUPTA created SPARK-27003:
--------------------------------------------

             Summary: [Spark]Message display at console is not correct for spark.executor.instances
                 Key: SPARK-27003
                 URL: https://issues.apache.org/jira/browse/SPARK-27003
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.0
         Environment: {color:red}colored text{color}
            Reporter: ABHISHEK KUMAR GUPTA


Steps:
 spark.executor.instances{color:#FF0000} not {color}configured at client side spark-default.conf( Default value is 2 )
 bin/spark-shell --master yarn --executor-memory 1024m --executor-cores 1 --conf spark.dynamicAllocation.enabled=true --conf spark.dynamicAllocation.initialExecutors=3 --conf {color:#FF0000}spark.dynamicAllocation.minExecutors=1{color} --conf spark.dynamicAllocation.executorIdleTimeout=60s --conf spark.authenticate=true

Note:

When I submit as below with {color:#FF0000}spark.dynamicAllocation.minExecutors=0{color} no warning message at console



 

bin/spark-shell  --master yarn  --executor-memory 1024m --executor-cores 1 --conf spark.dynamicAllocation.enabled=true --conf spark.dynamicAllocation.initialExecutors=3 --conf spark.dynamicAllocation.minExecutors=0 --conf spark.dynamicAllocation.executorIdleTimeout=60s --conf spark.authenticate=true

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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