Find more posts tagged with
Sort by:
1 - 4 of
41
cc @asimon
Hi,
this can mean multiple things, my guess is that your cluster doesn't have enough free resources to start the job. You can try to play a bit with the Spark Resource Allocation Policy settings in the Radoop Connection, and the cluster resources, driver memory, executor memory settings in the operator params, e.g. try to decrease the cluster resources%.
If you have access to the yarn CLI, you can do "yarn logs -applicationId application_1544000400659_0013" to see the full log of the application.
thank you for your response, the problem is that I'm new with Hadoop and spark and I don't know what and how should I configure things.
follow yarn-site.xml.
this is spark-default.conf :
driver memory = 1024MB
in the diagnostic of the application i have as follow:
hope that I have a solution and get the things working.
follow yarn-site.xml.
this is spark-default.conf :
<div class="Quote"># spark.master yarn<br># spark.eventLog.enabled true<br># spark.eventLog.dir hdfs://namenode:8021/directory<br># spark.serializer org.apache.spark.serializer.KryoSerializer<br># spark.driver.memory 4G<br># spark.driver.cores 1<br># spark.yarn.driver.memoryOverhead 384MB<br># spark.yarn.am.memory 1G<br># spark.yarn.am.cores 1<br># spark.yarn.am.memoryOverhead 384MB<br># spark.yarn.nodemanager.resource.cpu-vcores 1<br># spark.yarn.nodemanager.resource.memory-mb 2048MB<br># spark.executor.memory 2G<br># spark.executor.instances 1<br># spark.executor.cores 1<br># spark.yarn.executor.memoryOverhead 384MB<br># spark.executor.extraJavaOptions -XX:+PrintGCDetails -Dkey=value -Dnumbers="one two three"</div>Spark Resource Allocation policy = static, default configuration
driver memory = 1024MB
in the diagnostic of the application i have as follow:

hope that I have a solution and get the things working.
what does it mean: The driver resource request has not yet been granted to the Spark job.
In rapidminer's logs, I have this SparkRM (2): Yarn application state of application_1544000400659_0013: ACCEPTED