Skip to content

Commit 203266f

Browse files
committed
Review
1 parent 17e1739 commit 203266f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/data-lake-analytics/data-lake-analytics-monitor-and-troubleshoot-jobs-tutorial.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,44 @@
22
title: Monitor Azure Data Lake Analytics - Azure portal
33
description: This article describes how to use the Azure portal to troubleshoot Azure Data Lake Analytics jobs.
44
ms.service: data-lake-analytics
5-
ms.reviewer: jasonh
5+
ms.reviewer: whhender
66
ms.topic: troubleshooting
7-
ms.date: 12/05/2016
7+
ms.date: 01/20/2023
88
---
9-
# Monitor jobs in Azure Data Lake Analytics using the Azure Portal
9+
# Monitor jobs in Azure Data Lake Analytics using the Azure portal
1010

1111
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
1212

1313
## To see all the jobs
1414

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.
1616

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.
1818

1919
![Azure Data Lake Analytics job management](./media/data-lake-analytics-monitor-and-troubleshoot-tutorial/data-lake-analytics-job-management.png)
2020

2121
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.
2323

2424
![Azure Data Lake Analytics filter jobs](./media/data-lake-analytics-monitor-and-troubleshoot-tutorial/data-lake-analytics-filter-jobs.png)
2525

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:
2727

2828
![Azure Data Lake Analytics failed job](./media/data-lake-analytics-monitor-and-troubleshoot-tutorial/data-lake-analytics-failed-job.png)
2929

3030
Notice the **Resubmit** button. After you fix the problem, you can resubmit the job.
3131

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:
3333

3434
![Azure Data Lake Analytics failed job details](./media/data-lake-analytics-monitor-and-troubleshoot-tutorial/data-lake-analytics-failed-job-details.png)
3535

36-
It tells you the source folder is not found.
36+
It tells you the source folder isn't found.
3737

38-
6. Click **Duplicate Script**.
38+
6. Select **Duplicate Script**.
3939

4040
7. Update the **FROM** path to: `/Samples/Data/SearchLog.tsv`
4141

42-
8. Click **Submit Job**.
42+
8. Select **Submit Job**.
4343

4444
## Next steps
4545

0 commit comments

Comments
 (0)