Share via


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

Deprecated

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

--job-identity

JobInfo ID to cancel.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--account -n

Name of the Data Lake Analytics account.

Property Value
Parameter group: Resource Id Arguments
--ids

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.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az dla job list

Deprecated

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

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--account -n

Name of the Data Lake Analytics account.

Property Value
Parameter group: Resource Id Arguments
--ids

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.

Property Value
Parameter group: Resource Id Arguments
--name

A filter which returns jobs only by the specified friendly name.

--pipeline-id

A filter which returns jobs only containing the specified pipeline_id.

--recurrence-id

A filter which returns jobs only containing the specified recurrence_id.

--result

A filter which returns jobs with only the specified result(s).

Property Value
Accepted values: Cancelled, Failed, None, Succeeded
--state

A filter which returns jobs with only the specified state(s).

Property Value
Accepted values: Accepted, Compiling, Ended, New, Paused, Queued, Running, Scheduling, Starting, WaitingForCapacity
--submitted-after

A filter which returns jobs only submitted after the specified time, in ISO-8601 format.

--submitted-before

A filter which returns jobs only submitted before the specified time, in ISO-8601 format.

--submitter

A filter which returns jobs only by the specified submitter.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
--top

Maximum number of items to return.

Property Value
Default value: 500
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az dla job show

Deprecated

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

--job-identity

JobInfo ID.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--account -n

Name of the Data Lake Analytics account.

Property Value
Parameter group: Resource Id Arguments
--ids

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.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az dla job submit

Deprecated

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

--job-name

Name for the submitted job.

--script

Script to submit. This may be '@{file}' to load from a file.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--account -n

Name of the Data Lake Analytics account.

Property Value
Parameter group: Resource Id Arguments
--compile-mode

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

Property Value
Accepted values: Full, Semantic, SingleBox
--compile-only

Indicates that the submission should only build the job and not execute if set to true.

Property Value
Default value: False
--degree-of-parallelism

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.

Property Value
Default value: 1
--ids

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.

Property Value
Parameter group: Resource Id Arguments
--pipeline-id

Job relationship pipeline GUID.

--pipeline-name

Friendly name of the job relationship pipeline.

--pipeline-uri

Unique pipeline URI which links to the originating service for this pipeline.

--priority

The priority of the job.

Lower values increase the priority, with the lowest value being 1. This determines the order jobs are run in.

Property Value
Default value: 1000
--recurrence-id

Recurrence GUID, unique per activity/script, regardless of iteration. Links different occurrences of the same job together.

--recurrence-name

Friendly recurrence nae for the correlation between jobs.

--run-id

GUID of the iteration of this pipeline.

--runtime-version

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.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az dla job wait

Deprecated

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

Job ID to poll for completion.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--account -n

Name of the Data Lake Analytics account.

Property Value
Parameter group: Resource Id Arguments
--ids

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.

Property Value
Parameter group: Resource Id Arguments
--max-wait-time-sec

The maximum amount of time to wait before erroring out. Default value is to never timeout. Any value <= 0 means never timeout.

Property Value
Default value: -1
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
--wait-interval-sec

The polling interval between checks for the job status, in seconds.

Property Value
Default value: 5
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False