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.

want to check usecache content after submission of user job but its got cleared quickly. is there a way to hold this for a moment so that I can check what certificate I am submitting with my job.

avatar
New Member

want to check usecache content after submission of user job but its got cleared quickly. is there a way to hold this for a moment so that I can check what certificate I am submitting with my job.

1 ACCEPTED SOLUTION

avatar
Super Guru

please try this configuration settings to hold the content of usercache for some designated time.

<property>
  <name>yarn.nodemanager.delete.debug-delay-sec</name>
  <value>10000000</value>
</property>

View solution in original post

2 REPLIES 2

avatar
Super Guru

please try this configuration settings to hold the content of usercache for some designated time.

<property>
  <name>yarn.nodemanager.delete.debug-delay-sec</name>
  <value>10000000</value>
</property>

avatar
Master Guru

also Spark history UI has a lot of cool information