|
2 | 2 | title: Monitor Azure Data Lake Analytics - Azure portal
|
3 | 3 | description: This article describes how to use the Azure portal to troubleshoot Azure Data Lake Analytics jobs.
|
4 | 4 | ms.service: data-lake-analytics
|
5 |
| -ms.reviewer: jasonh |
| 5 | +ms.reviewer: whhender |
6 | 6 | ms.topic: troubleshooting
|
7 |
| -ms.date: 12/05/2016 |
| 7 | +ms.date: 01/20/2023 |
8 | 8 | ---
|
9 |
| -# Monitor jobs in Azure Data Lake Analytics using the Azure Portal |
| 9 | +# Monitor jobs in Azure Data Lake Analytics using the Azure portal |
10 | 10 |
|
11 | 11 | [!INCLUDE [retirement-flag](includes/retirement-flag.md)]
|
12 | 12 |
|
13 | 13 | ## To see all the jobs
|
14 | 14 |
|
15 |
| -1. From the Azure portal, click **Microsoft Azure** in the upper left corner. |
| 15 | +1. From the Azure portal, select **Microsoft Azure** in the upper left corner. |
16 | 16 |
|
17 |
| -2. Click the tile with your Data Lake Analytics account name. The job summary is shown on the **Job Management** tile. |
| 17 | +2. Select the tile with your Data Lake Analytics account name. The job summary is shown on the **Job Management** tile. |
18 | 18 |
|
19 | 19 | 
|
20 | 20 |
|
21 | 21 | The job Management gives you a glance of the job status. Notice there is a failed job.
|
22 |
| -3. 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. |
| 22 | +3. Select 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 many jobs, you can select **Filter** to help you to locate jobs. |
23 | 23 |
|
24 | 24 | 
|
25 | 25 |
|
26 |
| -4. Click the failed job from the list to open the job details: |
| 26 | +4. Select the failed job from the list to open the job details: |
27 | 27 |
|
28 | 28 | 
|
29 | 29 |
|
30 | 30 | Notice the **Resubmit** button. After you fix the problem, you can resubmit the job.
|
31 | 31 |
|
32 |
| -5. Click highlighted part from the previous screenshot to open the error details. You shall see something like: |
| 32 | +5. Select highlighted part from the previous screenshot to open the error details. You shall see something like: |
33 | 33 |
|
34 | 34 | 
|
35 | 35 |
|
36 |
| - It tells you the source folder is not found. |
| 36 | + It tells you the source folder isn't found. |
37 | 37 |
|
38 |
| -6. Click **Duplicate Script**. |
| 38 | +6. Select **Duplicate Script**. |
39 | 39 |
|
40 | 40 | 7. Update the **FROM** path to: `/Samples/Data/SearchLog.tsv`
|
41 | 41 |
|
42 |
| -8. Click **Submit Job**. |
| 42 | +8. Select **Submit Job**. |
43 | 43 |
|
44 | 44 | ## Next steps
|
45 | 45 |
|
|
0 commit comments