Skip to content

Commit 5e70d1c

Browse files
committed
Adding retirement flag to most pages
1 parent fafcb33 commit 5e70d1c

14 files changed

+11
-31
lines changed

articles/data-lake-analytics/data-lake-analytics-account-policies.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ ms.date: 04/30/2018
88
---
99
# Manage Azure Data Lake Analytics using Account Policies
1010

11-
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.## Account-level policies
12-
13-
These policies apply to all jobs in a Data Lake Analytics account.
11+
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.
1412

1513
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
1614

17-
## Maximum number of AUs in a Data Lake Analytics account
15+
## Account-level policies
16+
17+
These policies apply to all jobs in a Data Lake Analytics account.
18+
19+
### Maximum number of AUs in a Data Lake Analytics account
1820

1921
A policy controls the total number of Analytics Units (AUs) your Data Lake Analytics account can use. By default, the value is set to 250. For example, if this value is set to 250 AUs, you can have one job running with 250 AUs assigned to it, or 10 jobs running with 25 AUs each. Additional jobs that are submitted are queued until the running jobs are finished. When running jobs are finished, AUs are freed up for the queued jobs to run.
2022

@@ -28,7 +30,7 @@ To change the number of AUs for your Data Lake Analytics account:
2830
> [!NOTE]
2931
> If you need more than the default (250) AUs, in the portal, click **Help+Support** to submit a support request. The number of AUs available in your Data Lake Analytics account can be increased.
3032
31-
## Maximum number of jobs that can run simultaneously
33+
### Maximum number of jobs that can run simultaneously
3234

3335
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).
3436

@@ -42,7 +44,7 @@ To change the number of jobs that can run simultaneously:
4244
> [!NOTE]
4345
> If you need to run more than the default (20) number of jobs, in the portal, click **Help+Support** to submit a support request. The number of jobs that can run simultaneously in your Data Lake Analytics account can be increased.
4446
45-
## How long to keep job metadata and resources
47+
### How long to keep job metadata and resources
4648

4749
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.
4850

articles/data-lake-analytics/data-lake-analytics-data-lake-tools-view-jobs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ ms.topic: how-to
88
ms.date: 08/02/2017
99
---
1010
# Use Job Browser and Job View for Azure Data Lake Analytics
11-
The Azure Data Lake Analytics service archives submitted jobs in a query store. In this article, you learn how to use Job Browser and Job View in Azure Data Lake Tools for Visual Studio to find the historical job information.
1211

1312
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
1413

14+
The Azure Data Lake Analytics service archives submitted jobs in a query store. In this article, you learn how to use Job Browser and Job View in Azure Data Lake Tools for Visual Studio to find the historical job information.
15+
1516
By default, the Data Lake Analytics service archives the jobs for 30 days. The expiration period can be configured from the Azure portal by configuring the customized expiration policy. You will not be able to access the job information after expiration.
1617

1718
## Prerequisites

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 12/05/2016
88
---
99
# Monitor jobs in Azure Data Lake Analytics using the Azure Portal
1010

11-
v
11+
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
1212

1313
## To see all the jobs
1414

articles/data-lake-analytics/data-lake-analytics-u-sql-cognitive.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.date: 06/05/2018
88
---
99
# Get started with the Cognitive capabilities of U-SQL
1010

11-
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
12-
1311
## Overview
1412
Cognitive capabilities for U-SQL enable developers to use put intelligence in their big data programs.
1513

articles/data-lake-analytics/data-lake-analytics-u-sql-develop-user-defined-operators.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ ms.date: 12/05/2016
1010
# Develop U-SQL user-defined operators (UDOs)
1111
This article describes how to develop user-defined operators to process data in a U-SQL job.
1212

13-
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
14-
1513
## Define and use a user-defined operator in U-SQL
1614

1715
### To create and submit a U-SQL job

articles/data-lake-analytics/data-lake-analytics-u-sql-develop-with-python-r-csharp-in-vscode.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Learn how to use Visual Studio Code (VSCode) to write Python, R and C# code behi
1212

1313
Before writing code-behind custom code, you need to open a folder or a workspace in VSCode.
1414

15-
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
16-
17-
1815
## Prerequisites for Python and R
1916
Register Python and, R extensions assemblies for your ADL account.
2017
1. Open your account in portal.

articles/data-lake-analytics/data-lake-analytics-u-sql-programmability-guide-UDO.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.date: 06/30/2017
99

1010
# U-SQL user-defined objects overview
1111

12-
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
13-
1412
## U-SQL: user-defined objects: UDO
1513
U-SQL enables you to define custom programmability objects, which are called user-defined objects or UDO.
1614

articles/data-lake-analytics/data-lake-analytics-u-sql-programmability-guide-UDT-AGG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.date: 06/30/2017
99

1010
# U-SQL programmability guide - UDT and UDAGG
1111

12-
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
13-
1412
## Use user-defined types: UDT
1513
User-defined types, or UDT, is another programmability feature of U-SQL. U-SQL UDT acts like a regular C# user-defined type. C# is a strongly typed language that allows the use of built-in and custom user-defined types.
1614

articles/data-lake-analytics/data-lake-analytics-u-sql-programmability-guide-applier.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.date: 06/30/2017
99

1010
# Use user-defined applier
1111

12-
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
13-
1412
## U-SQL UDO: user-defined applier
1513
A U-SQL user-defined applier enables you to invoke a custom C# function for each row that's returned by the outer table expression of a query. The right input is evaluated for each row from the left input, and the rows that are produced are combined for the final output. The list of columns that are produced by the APPLY operator are the combination of the set of columns in the left and the right input.
1614

articles/data-lake-analytics/data-lake-analytics-u-sql-programmability-guide-combiner.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.date: 06/30/2017
99

1010
# Use user-defined combiner
1111

12-
[!INCLUDE [retirement-flag](includes/retirement-flag.md)]
13-
1412
## U-SQL UDO: user-defined combiner
1513
User-defined combiner, or UDC, enables you to combine rows from left and right rowsets, based on custom logic. User-defined combiner is used with COMBINE expression.
1614

0 commit comments

Comments
 (0)