Monitor jobs in Azure Data Lake Analytics using the Azure Portal
To see all the jobs
From the Azure portal, click Microsoft Azure in the upper left corner.
Click the tile with your Data Lake Analytics account name. The job summary is shown on the Job Management tile.
The job Management gives you a glance of the job status. Notice there is a failed job.
Click the Job Management tile to see the jobs. The jobs are categorized in Running, Queued, and Ended. You shall see your failed job in the Ended section. It shall be first one in the list. When you have a lot of jobs, you can click Filter to help you to locate jobs.
Click the failed job from the list to open the job details:
Notice the Resubmit button. After you fix the problem, you can resubmit the job.
Click highlighted part from the previous screenshot to open the error details. You shall see something like:
It tells you the source folder is not found.
Click Duplicate Script.
Update the FROM path to:
/Samples/Data/SearchLog.tsv
Click Submit Job.