Member since
04-03-2016
1
Post
3
Kudos Received
0
Solutions
07-17-2016
12:06 PM
3 Kudos
For future googlers, I found I had some applications still running in the background. I could see them with: yarn application -list From there I could kill them off with: yarn application -kill <id> Once for each running app, I had two. For example: yarn application -kill application_1468772861928_0014 Then I was able to get back to work.
... View more