Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Spark Driver stays Active

avatar
New Contributor

Hello All,

My spark job is running fine with one issue After all Stages are finished when all the executors are dead on yarn.

my driver stays active and so application id stays active on yarn.

but it is not processing any thing.

All suggestions are Appreciated 

Thank you

2 REPLIES 2

avatar
Community Manager

@Kunank_kesar, Welcome to our community! To help you get the best possible answer, I have tagged our Spark experts @RangaReddy  @mimran  who may be able to assist you further.

Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Master Collaborator

Hi @Kunank_kesar 

Could you please check the following things to resolve the above issue:

1. Have you closed the spark session properly. For better practise close the spark session if it is not closed.

2. Have you checked the application code by adding some loggers what driver is doing with out stopping the application.

3. As a last step, go to driver machine and collect the thread dumps and see is there any operation it is doing internally.