Local Tutorial Debugging using Spark logs (original) (raw)

If you run into issues with your job, you will want to dig into the job logs to determine the cause. The Spark jobs has detailed logs; you can access them via the docker logs command.

In this tutorial, you'll learn to:

Docker logs

This will help diagnose issues, see exceptions and callstacks and confirm jobs are running properly.