Why would Spark executors be removed (with “ExecutorAllocationManager: Request to remove executorIds” in the logs)?

匿名 (未验证) 提交于 2019-12-03 01:34:02

问题:

Im trying to execute a spark job in an AWS cluster of 6 c4.2xlarge nodes and I don't know why Spark is killing the executors... Any help will be appreciated

Here the spark submit command:

. /usr/bin/spark-submit --packages="com.databricks:spark-avro_2.11:3.2.0" --jars RedshiftJDBC42-1.2.1.1001.jar --deploy-mode client --master yarn --num-executors 12 --executor-cores 3 --executor-memory 7G --driver-memory 7g --py-files dependencies.zip iface_extractions.py 2016-10-01 > output.log

At line this line starts to remove executors

17/05/25 14:42:50 INFO ExecutorAllocationManager: Request to remove executorIds: 5, 3

Output spark-submit log:

Ivy Default Cache set to: /home/hadoop/.ivy2/cache The jars for the packages stored in: /home/hadoop/.ivy2/jars :: loading settings :: url = jar:file:/usr/lib/spark/jars/ivy-2.4.0.jar!/org/apache/ivy/core/settings/ivysettings.xml com.databricks#spark-avro_2.11 added as a dependency :: resolving dependencies :: org.apache.spark#spark-submit-parent;1.0     confs: [default]     found com.databricks#spark-avro_2.11;3.2.0 in central     found org.slf4j#slf4j-api;1.7.5 in central     found org.apache.avro#avro;1.7.6 in central     found org.codehaus.jackson#jackson-core-asl;1.9.13 in central     found org.codehaus.jackson#jackson-mapper-asl;1.9.13 in central     found com.thoughtworks.paranamer#paranamer;2.3 in central     found org.xerial.snappy#snappy-java;1.0.5 in central     found org.apache.commons#commons-compress;1.4.1 in central     found org.tukaani#xz;1.0 in central :: resolution report :: resolve 284ms :: artifacts dl 8ms     :: modules in use:     com.databricks#spark-avro_2.11;3.2.0 from central in [default]     com.thoughtworks.paranamer#paranamer;2.3 from central in [default]     org.apache.avro#avro;1.7.6 from central in [default]     org.apache.commons#commons-compress;1.4.1 from central in [default]     org.codehaus.jackson#jackson-core-asl;1.9.13 from central in [default]     org.codehaus.jackson#jackson-mapper-asl;1.9.13 from central in [default]     org.slf4j#slf4j-api;1.7.5 from central in [default]     org.tukaani#xz;1.0 from central in [default]     org.xerial.snappy#snappy-java;1.0.5 from central in [default]     :: evicted modules:     org.slf4j#slf4j-api;1.6.4 by [org.slf4j#slf4j-api;1.7.5] in [default]     ---------------------------------------------------------------------     |                  |            modules            ||   artifacts   |     |       conf       | number| search|dwnlded|evicted|| number|dwnlded|     ---------------------------------------------------------------------     |      default     |   10  |   0   |   0   |   1   ||   9   |   0   |     --------------------------------------------------------------------- :: retrieving :: org.apache.spark#spark-submit-parent     confs: [default]     0 artifacts copied, 9 already retrieved (0kB/8ms) 17/05/25 14:41:37 INFO SparkContext: Running Spark version 2.1.0 17/05/25 14:41:38 INFO SecurityManager: Changing view acls to: hadoop 17/05/25 14:41:38 INFO SecurityManager: Changing modify acls to: hadoop 17/05/25 14:41:38 INFO SecurityManager: Changing view acls groups to:  17/05/25 14:41:38 INFO SecurityManager: Changing modify acls groups to:  17/05/25 14:41:38 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users  with view permissions: Set(hadoop); groups with view permissions: Set(); users  with modify permissions: Set(hadoop); groups with modify permissions: Set() 17/05/25 14:41:38 INFO Utils: Successfully started service 'sparkDriver' on port 37132. 17/05/25 14:41:38 INFO SparkEnv: Registering MapOutputTracker 17/05/25 14:41:38 INFO SparkEnv: Registering BlockManagerMaster 17/05/25 14:41:38 INFO BlockManagerMasterEndpoint: Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information 17/05/25 14:41:38 INFO BlockManagerMasterEndpoint: BlockManagerMasterEndpoint up 17/05/25 14:41:38 INFO DiskBlockManager: Created local directory at /mnt/tmp/blockmgr-e368a261-c1a1-49e7-8533-8081896a45e4 17/05/25 14:41:38 INFO MemoryStore: MemoryStore started with capacity 4.0 GB 17/05/25 14:41:38 INFO SparkEnv: Registering OutputCommitCoordinator 17/05/25 14:41:39 INFO Utils: Successfully started service 'SparkUI' on port 4040. 17/05/25 14:41:39 INFO SparkUI: Bound SparkUI to 0.0.0.0, and started at http://10.185.53.161:4040 17/05/25 14:41:39 INFO Utils: Using initial executors = 12, max of spark.dynamicAllocation.initialExecutors, spark.dynamicAllocation.minExecutors and spark.executor.instances 17/05/25 14:41:39 INFO RMProxy: Connecting to ResourceManager at ip-10-185-53-161.eu-west-1.compute.internal/10.185.53.161:8032 17/05/25 14:41:39 INFO Client: Requesting a new application from cluster with 5 NodeManagers 17/05/25 14:41:40 INFO Client: Verifying our application has not requested more than the maximum memory capability of the cluster (11520 MB per container) 17/05/25 14:41:40 INFO Client: Will allocate AM container, with 896 MB memory including 384 MB overhead 17/05/25 14:41:40 INFO Client: Setting up container launch context for our AM 17/05/25 14:41:40 INFO Client: Setting up the launch environment for our AM container 17/05/25 14:41:40 INFO Client: Preparing resources for our AM container 17/05/25 14:41:40 WARN Client: Neither spark.yarn.jars nor spark.yarn.archive is set, falling back to uploading libraries under SPARK_HOME. 17/05/25 14:41:42 INFO Client: Uploading resource file:/mnt/tmp/spark-4f534fa1-c377-4113-9c86-96d5cdab4cb5/__spark_libs__6500399427935716229.zip -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/__spark_libs__6500399427935716229.zip 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/RedshiftJDBC42-1.2.1.1001.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/RedshiftJDBC42-1.2.1.1001.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/com.databricks_spark-avro_2.11-3.2.0.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/com.databricks_spark-avro_2.11-3.2.0.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/org.slf4j_slf4j-api-1.7.5.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/org.slf4j_slf4j-api-1.7.5.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/org.apache.avro_avro-1.7.6.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/org.apache.avro_avro-1.7.6.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/org.codehaus.jackson_jackson-core-asl-1.9.13.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/org.codehaus.jackson_jackson-core-asl-1.9.13.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/org.codehaus.jackson_jackson-mapper-asl-1.9.13.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/org.codehaus.jackson_jackson-mapper-asl-1.9.13.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/com.thoughtworks.paranamer_paranamer-2.3.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/com.thoughtworks.paranamer_paranamer-2.3.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/org.xerial.snappy_snappy-java-1.0.5.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/org.xerial.snappy_snappy-java-1.0.5.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/org.apache.commons_commons-compress-1.4.1.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/org.apache.commons_commons-compress-1.4.1.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/.ivy2/jars/org.tukaani_xz-1.0.jar -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/org.tukaani_xz-1.0.jar 17/05/25 14:41:43 INFO Client: Uploading resource file:/etc/spark/conf/hive-site.xml -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/hive-site.xml 17/05/25 14:41:43 INFO Client: Uploading resource file:/usr/lib/spark/python/lib/pyspark.zip -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/pyspark.zip 17/05/25 14:41:43 INFO Client: Uploading resource file:/usr/lib/spark/python/lib/py4j-0.10.4-src.zip -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/py4j-0.10.4-src.zip 17/05/25 14:41:43 INFO Client: Uploading resource file:/home/hadoop/dependencies.zip -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/dependencies.zip 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/com.databricks_spark-avro_2.11-3.2.0.jar added multiple times to distributed cache. 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/org.slf4j_slf4j-api-1.7.5.jar added multiple times to distributed cache. 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/org.apache.avro_avro-1.7.6.jar added multiple times to distributed cache. 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/org.codehaus.jackson_jackson-core-asl-1.9.13.jar added multiple times to distributed cache. 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/org.codehaus.jackson_jackson-mapper-asl-1.9.13.jar added multiple times to distributed cache. 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/com.thoughtworks.paranamer_paranamer-2.3.jar added multiple times to distributed cache. 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/org.xerial.snappy_snappy-java-1.0.5.jar added multiple times to distributed cache. 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/org.apache.commons_commons-compress-1.4.1.jar added multiple times to distributed cache. 17/05/25 14:41:43 WARN Client: Same path resource file:/home/hadoop/.ivy2/jars/org.tukaani_xz-1.0.jar added multiple times to distributed cache. 17/05/25 14:41:43 INFO Client: Uploading resource file:/mnt/tmp/spark-4f534fa1-c377-4113-9c86-96d5cdab4cb5/__spark_conf__1516567354161750682.zip -> hdfs://ip-10-185-53-161.eu-west-1.compute.internal:8020/user/hadoop/.sparkStaging/application_1495720658394_0004/__spark_conf__.zip 17/05/25 14:41:43 INFO SecurityManager: Changing view acls to: hadoop 17/05/25 14:41:43 INFO SecurityManager: Changing modify acls to: hadoop 17/05/25 14:41:43 INFO SecurityManager: Changing view acls groups to:  17/05/25 14:41:43 INFO SecurityManager: Changing modify acls groups to:  17/05/25 14:41:43 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users  with view permissions: Set(hadoop); groups with view permissions: Set(); users  with modify permissions: Set(hadoop); groups with modify permissions: Set() 17/05/25 14:41:43 INFO Client: Submitting application application_1495720658394_0004 to ResourceManager 17/05/25 14:41:43 INFO YarnClientImpl: Submitted application application_1495720658394_0004 17/05/25 14:41:43 INFO SchedulerExtensionServices: Starting Yarn extension services with app application_1495720658394_0004 and attemptId None 17/05/25 14:41:44 INFO Client: Application report for application_1495720658394_0004 (state: ACCEPTED) 17/05/25 14:41:44 INFO Client:       client token: N/A      diagnostics: N/A      ApplicationMaster host: N/A      ApplicationMaster RPC port: -1      queue: default      start time: 1495723303463      final status: UNDEFINED      tracking URL: http://ip-10-185-53-161.eu-west-1.compute.internal:20888/proxy/application_1495720658394_0004/      user: hadoop 17/05/25 14:41:45 INFO Client: Application report for application_1495720658394_0004 (state: ACCEPTED) 17/05/25 14:41:46 INFO YarnSchedulerBackend$YarnSchedulerEndpoint: ApplicationMaster registered as NettyRpcEndpointRef(null) 17/05/25 14:41:46 INFO Client: Application report for application_1495720658394_0004 (state: ACCEPTED) 17/05/25 14:41:46 INFO YarnClientSchedulerBackend: Add WebUI Filter. org.apache.hadoop.yarn.server.webproxy.amfilter.AmIpFilter, Map(PROXY_HOSTS -> ip-10-185-53-161.eu-west-1.compute.internal, PROXY_URI_BASES -> http://ip-10-185-53-161.eu-west-1.compute.internal:20888/proxy/application_1495720658394_0004), /proxy/application_1495720658394_0004 17/05/25 14:41:46 INFO JettyUtils: Adding filter: org.apache.hadoop.yarn.server.webproxy.amfilter.AmIpFilter 17/05/25 14:41:47 INFO Client: Application report for application_1495720658394_0004 (state: RUNNING) 17/05/25 14:41:47 INFO Client:       client token: N/A      diagnostics: N/A      ApplicationMaster host: 10.185.52.31      ApplicationMaster RPC port: 0      queue: default      start time: 1495723303463      final status: UNDEFINED      tracking URL: http://ip-10-185-53-161.eu-west-1.compute.internal:20888/proxy/application_1495720658394_0004/      user: hadoop 17/05/25 14:41:47 INFO YarnClientSchedulerBackend: Application application_1495720658394_0004 has started running. 17/05/25 14:41:47 INFO Utils: Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 37860. 17/05/25 14:41:47 INFO NettyBlockTransferService: Server created on 10.185.53.161:37860 17/05/25 1  
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!