az dla job
This command group is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Manage Data Lake Analytics jobs.
Commands
Name | Description | Type | Status |
---|---|---|---|
az dla job cancel |
Cancel a Data Lake Analytics job. |
Core | Deprecated |
az dla job list |
List Data Lake Analytics jobs. |
Core | Deprecated |
az dla job pipeline |
Manage Data Lake Analytics job pipelines. |
Core | Deprecated |
az dla job pipeline list |
List job pipelines in a Data Lake Analytics account. |
Core | Deprecated |
az dla job pipeline show |
Retrieve a job pipeline in a Data Lake Analytics account. |
Core | Deprecated |
az dla job recurrence |
Manage Data Lake Analytics job recurrences. |
Core | Deprecated |
az dla job recurrence list |
List job recurrences in a Data Lake Analytics account. |
Core | Deprecated |
az dla job recurrence show |
Retrieve a job recurrence in a Data Lake Analytics account. |
Core | Deprecated |
az dla job show |
Get information for a Data Lake Analytics job. |
Core | Deprecated |
az dla job submit |
Submit a job to a Data Lake Analytics account. |
Core | Deprecated |
az dla job wait |
Wait for a Data Lake Analytics job to finish. |
Core | Deprecated |
az dla job cancel
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Cancel a Data Lake Analytics job.
az dla job cancel --job-identity
[--account]
[--ids]
[--subscription]
Required Parameters
JobInfo ID to cancel.
Optional Parameters
Name of the Data Lake Analytics account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dla job list
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
List Data Lake Analytics jobs.
az dla job list [--account]
[--ids]
[--name]
[--pipeline-id]
[--recurrence-id]
[--result {Cancelled, Failed, None, Succeeded}]
[--state {Accepted, Compiling, Ended, New, Paused, Queued, Running, Scheduling, Starting, WaitingForCapacity}]
[--submitted-after]
[--submitted-before]
[--submitter]
[--subscription]
[--top]
Optional Parameters
Name of the Data Lake Analytics account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
A filter which returns jobs only by the specified friendly name.
A filter which returns jobs only containing the specified pipeline_id.
A filter which returns jobs only containing the specified recurrence_id.
A filter which returns jobs with only the specified result(s).
A filter which returns jobs with only the specified state(s).
A filter which returns jobs only submitted after the specified time, in ISO-8601 format.
A filter which returns jobs only submitted before the specified time, in ISO-8601 format.
A filter which returns jobs only by the specified submitter.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum number of items to return.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dla job show
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Get information for a Data Lake Analytics job.
az dla job show --job-identity
[--account]
[--ids]
[--subscription]
Required Parameters
JobInfo ID.
Optional Parameters
Name of the Data Lake Analytics account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dla job submit
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Submit a job to a Data Lake Analytics account.
az dla job submit --job-name
--script
[--account]
[--compile-mode {Full, Semantic, SingleBox}]
[--compile-only]
[--degree-of-parallelism]
[--ids]
[--pipeline-id]
[--pipeline-name]
[--pipeline-uri]
[--priority]
[--recurrence-id]
[--recurrence-name]
[--run-id]
[--runtime-version]
[--subscription]
Required Parameters
Name for the submitted job.
Script to submit. This may be '@{file}' to load from a file.
Optional Parameters
Name of the Data Lake Analytics account.
Indicates the type of compilation to be done on this job. Valid values are: 'Semantic' (Only performs semantic checks and necessary sanity checks), 'Full' (full compilation) and 'SingleBox' (Full compilation performed locally).
Indicates that the submission should only build the job and not execute if set to true.
The degree of parallelism for the job.
Higher values equate to more parallelism and will usually yield faster running jobs, at the cost of more AUs.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Job relationship pipeline GUID.
Friendly name of the job relationship pipeline.
Unique pipeline URI which links to the originating service for this pipeline.
The priority of the job.
Lower values increase the priority, with the lowest value being 1. This determines the order jobs are run in.
Recurrence GUID, unique per activity/script, regardless of iteration. Links different occurrences of the same job together.
Friendly recurrence nae for the correlation between jobs.
GUID of the iteration of this pipeline.
The runtime version to use.
This parameter is used for explicitly overwriting the default runtime. It should only be done if you know what you are doing.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dla job wait
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Wait for a Data Lake Analytics job to finish.
This command exits when the job completes.
az dla job wait --job-id
[--account]
[--ids]
[--max-wait-time-sec]
[--subscription]
[--wait-interval-sec]
Required Parameters
Job ID to poll for completion.
Optional Parameters
Name of the Data Lake Analytics account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The maximum amount of time to wait before erroring out. Default value is to never timeout. Any value <= 0 means never timeout.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The polling interval between checks for the job status, in seconds.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.