You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-lake-analytics/data-lake-analytics-account-policies.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: Manage Azure Data Lake Analytics policies
3
-
description: Learn how to use policies to control usage of a Data Lake Analytics account, such as maximum AUs and maximum jobs.
2
+
title: Manage Azure Data Lake Analytics Account Policies
3
+
description: Learn how to use account policies to control usage of a Data Lake Analytics account, such as maximum AUs and maximum jobs.
4
4
services: data-lake-analytics
5
5
ms.service: data-lake-analytics
6
-
author: saveenr
7
-
ms.author: saveenr
6
+
author: guyhay
7
+
ms.author: guyhay
8
8
9
9
ms.reviewer: jasonwhowell
10
10
ms.assetid: 0a6102d1-7554-4df2-b487-4dae9a7287b6
11
11
ms.topic: conceptual
12
12
ms.date: 04/30/2018
13
13
---
14
-
# Manage Azure Data Lake Analytics using policies
14
+
# Manage Azure Data Lake Analytics using Account Policies
15
15
16
-
Using account policies, you can control how resources an Azure Data Lake Analytics account are used. These policies allow you to control the cost of using Azure Data Lake Analytics. For example, with these policies you can prevent unexpected cost spikes by limiting how many AUs the account can simultaneously use.
16
+
Account policies help you control how resources an Azure Data Lake Analytics account are used. These policies allow you to control the cost of using Azure Data Lake Analytics. For example, with these policies you can prevent unexpected cost spikes by limiting how many AUs the account can simultaneously use.
17
17
18
18
## Account-level policies
19
19
@@ -25,7 +25,7 @@ A policy controls the total number of Analytics Units (AUs) your Data Lake Analy
25
25
To change the number of AUs for your Data Lake Analytics account:
26
26
27
27
1. In the Azure portal, go to your Data Lake Analytics account.
28
-
2. Click **Properties**.
28
+
2. Click **Limits and policies**.
29
29
3. Under **Maximum AUs**, move the slider to select a value, or enter the value in the text box.
30
30
4. Click **Save**.
31
31
@@ -34,12 +34,12 @@ To change the number of AUs for your Data Lake Analytics account:
34
34
>
35
35
36
36
### Maximum number of jobs that can run simultaneously
37
-
A policy controls how many jobs can run at the same time. By default, this value is set to 20. If your Data Lake Analytics has AUs available, new jobs are scheduled to run immediately until the total number of running jobs reaches the value of this policy. When you reach the maximum number of jobs that can run simultaneously, subsequent jobs are queued in priority order until one or more running jobs complete (depending on AU availability).
37
+
This policy limits how many jobs can run simultaneously. By default, this value is set to 20. If your Data Lake Analytics has AUs available, new jobs are scheduled to run immediately until the total number of running jobs reaches the value of this policy. When you reach the maximum number of jobs that can run simultaneously, subsequent jobs are queued in priority order until one or more running jobs complete (depending on available AUs).
38
38
39
39
To change the number of jobs that can run simultaneously:
40
40
41
41
1. In the Azure portal, go to your Data Lake Analytics account.
42
-
2. Click **Properties**.
42
+
2. Click **Limits and policies**.
43
43
3. Under **Maximum Number of Running Jobs**, move the slider to select a value, or enter the value in the text box.
44
44
4. Click **Save**.
45
45
@@ -48,25 +48,25 @@ To change the number of jobs that can run simultaneously:
48
48
>
49
49
50
50
### How long to keep job metadata and resources
51
-
When your users run U-SQL jobs, the Data Lake Analytics service retains all related files. Related files include the U-SQL script, the DLL files referenced in the U-SQL script, compiled resources, and statistics. The files are in the /system/ folder of the default Azure Data Lake Storage account. This policy controls how long these resources are stored before they are automatically deleted (the default is 30 days). You can use these files for debugging, and for performance-tuning of jobs that you'll rerun in the future.
51
+
When your users run U-SQL jobs, the Data Lake Analytics service keeps all related files. These files include the U-SQL script, the DLL files referenced in the U-SQL script, compiled resources, and statistics. The files are in the /system/ folder of the default Azure Data Lake Storage account. This policy controls how long these resources are stored before they are automatically deleted (the default is 30 days). You can use these files for debugging, and for performance-tuning of jobs that you'll rerun in the future.
52
52
53
53
To change how long to keep job metadata and resources:
54
54
55
55
1. In the Azure portal, go to your Data Lake Analytics account.
56
-
2. Click **Properties**.
56
+
2. Click **Limits and policies**.
57
57
3. Under **Days to Retain Job Queries**, move the slider to select a value, or enter the value in the text box.
58
58
4. Click **Save**.
59
59
60
60
## Job-level policies
61
61
62
-
With job-level policies, you can control the maximum AUs and the maximum priority that individual users (or members of specific security groups) can set on jobs that they submit. This policy lets you control the costs incurred by users. It also lets you control the effect that scheduled jobs might have on high-priority production jobs that are running in the same Data Lake Analytics account.
62
+
Job-level policies allow you to control the maximum AUs and the maximum priority that individual users (or members of specific security groups) can set on jobs that they submit. This policy lets you control the costs incurred by users. It also lets you control the effect that scheduled jobs might have on high-priority production jobs that are running in the same Data Lake Analytics account.
63
63
64
64
Data Lake Analytics has two policies that you can set at the job level:
65
65
66
66
***AU limit per job**: Users can only submit jobs that have up to this number of AUs. By default, this limit is the same as the maximum AU limit for the account.
67
67
***Priority**: Users can only submit jobs that have a priority lower than or equal to this value. A higher number indicates a lower priority. By default, this limit is set to 1, which is the highest possible priority.
68
68
69
-
There is a default policy set on every account. The default policy applies to all users of the account. You can set additional policies for specific users and groups.
69
+
There is a default policy set on every account. The default policy applies to all users of the account. You can create additional policies for specific users and groups.
70
70
71
71
> [!NOTE]
72
72
> Account-level policies and job-level policies apply simultaneously.
@@ -75,7 +75,7 @@ There is a default policy set on every account. The default policy applies to al
75
75
### Add a policy for a specific user or group
76
76
77
77
1. In the Azure portal, go to your Data Lake Analytics account.
78
-
2. Click **Properties**.
78
+
2. Click **Limits and policies**.
79
79
3. Under **Job Submission Limits**, click the **Add Policy** button. Then, select or enter the following settings:
80
80
1.**Compute Policy Name**: Enter a policy name, to remind you of the purpose of the policy.
81
81
2.**Select User or Group**: Select the user or group this policy applies to.
@@ -89,7 +89,7 @@ There is a default policy set on every account. The default policy applies to al
89
89
### Delete or edit an existing policy
90
90
91
91
1. In the Azure portal, go to your Data Lake Analytics account.
92
-
2. Click **Properties**.
92
+
2. Click **Limits and policies**.
93
93
3. Under **Job Submission Limits**, find the policy you want to edit.
94
94
4. To see the **Delete** and **Edit** options, in the rightmost column of the table, click `...`.
95
95
@@ -102,5 +102,4 @@ There is a default policy set on every account. The default policy applies to al
102
102
103
103
*[Overview of Azure Data Lake Analytics](data-lake-analytics-overview.md)
104
104
*[Get started with Data Lake Analytics by using the Azure portal](data-lake-analytics-get-started-portal.md)
105
-
*[Manage Azure Data Lake Analytics by using Azure PowerShell](data-lake-analytics-manage-use-powershell.md)
106
-
105
+
*[Manage Azure Data Lake Analytics by using Azure PowerShell](data-lake-analytics-manage-use-powershell.md)
0 commit comments