Druid version: 0.15.0
What is happening:
- When a hadoop batch task fails, the task goes into HadooopIndexTask.stopGracefully() in order to clean up resources on the hadoop cluster. During this method, I’m seeing Kerberos errors. Specifically: “Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)”. We have no issues with Kerberos during other parts of Druid’s interaction with hadoop (deepstore + starting the task, etc.)
Has anyone else dealt with this problem before?