- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Spark Example Test shows error “Launch container failed”
- Labels:
-
Apache Spark
Created 12-21-2017 10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Getting Error as - Container marked as failed: container_e20_1513683381321_0015_01_000002 on host: FQDN-DN01. Exit status: 1. Diagnostics: Exception from container-launch.
Example I am running is -
spark-submit --class org.apache.spark.examples.SparkPi --master yarn-client --num-executors 1 --driver-memory 512m --executor-memory 512m --conf spark.yarn.maxAppAttempts=1 --executor-cores 1 /usr/hdp/2.5.5.0-157/spark/lib/spark-examples-1.6.3.2.5.5.0-157-hadoop2.7.3.2.5.5.0-157.jar 10
Versions -
HDP - 2.5.5.0-157
Hadoop - 2.7.3
Spark - 1.6.3
I am attaching detail error files as "Spark Query and Error.txt" and one of the container "stderr - Container.txt" file as attached.
Please let me know if you have any pointer to solve this spark issue.
Created 12-22-2017 07:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Amod Kulkarni , this issue should be related to mismatch in scala version.
Few relevant links:
