Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

YARN app going to finished state after 2mins on HDP 2.5 Sandbox

avatar
Expert Contributor

On HDP 2.5 Sandbox, my YARN application is submitted using Slider, but it is not running for more than 2 mins. 3 Containers are allocated. It goes to fails after the 2min 32sec mark and goes to finished state. yarn-log.zipI am attaching the YARN application log for reference. I can provide other additional logs/ details if required. Thanks in advance for the help.

1 ACCEPTED SOLUTION

avatar

It looks like it was interrupted. Maybe you ran out of resources on the sandbox host?

2016-09-16 18:09:44,369 [AMRM Callback Handler Thread] INFO  impl.AMRMClientAsyncImpl - Interrupted while waiting for queue
java.lang.InterruptedException
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl$CallbackHandlerThread.run(AMRMClientAsyncImpl.java:287)

View solution in original post

1 REPLY 1

avatar

It looks like it was interrupted. Maybe you ran out of resources on the sandbox host?

2016-09-16 18:09:44,369 [AMRM Callback Handler Thread] INFO  impl.AMRMClientAsyncImpl - Interrupted while waiting for queue
java.lang.InterruptedException
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at org.apache.hadoop.yarn.client.api.async.impl.AMRMClientAsyncImpl$CallbackHandlerThread.run(AMRMClientAsyncImpl.java:287)