Submits a job to the specified Data Lake Analytics account.
Supports noop? false
Parameters
api_version(Optional[String[1]])
— Client Api Version.
submittime(Optional[String[1]])
— the time the job was submitted to the service.
degreeofparallelism(Optional[String[1]])
— the degree of parallelism used for this job.
job_identity(Optional[String[1]])
— Job identifier. Uniquely identifies the job across all jobs submitted to the service.
parameters(Optional[String[1]])
— The parameters to submit a job.
starttime(Optional[String[1]])
— the start time of the job.
submitter(Optional[String[1]])
— the user or account that submitted the job.
state(Optional[String[1]])
— the job state. When the job is in the Ended state, refer to Result and ErrorMessage for details.
priority(Optional[String[1]])
— the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0.
stateauditrecords(Optional[String[1]])
— the job state audit records, indicating when various operations have been performed on this job.
name(Optional[String[1]])
— the friendly name of the job.
endtime(Optional[String[1]])
— the completion time of the job.
type(Optional[String[1]])
— the job type of the current job (Hive or USql).
logfolder(Optional[String[1]])
— the log folder path to use in the following format: adl://.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/.
logfilepatterns(Optional[String[1]])
— the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt
hierarchyqueuenode(Optional[String[1]])
— the name of hierarchy queue node this job is assigned to, null if job has not been assigned yet or the account doesn't have hierarchy queue.
errormessage(Optional[String[1]])
— the error message details for the job, if the job failed.
result(Optional[String[1]])
— the result of job execution or the current result of the running job.
jobid(Optional[String[1]])
— the job's unique identifier (a GUID).
degreeofparallelismpercent(Optional[String[1]])
— the degree of parallelism in percentage used for this job.
properties(Optional[String[1]])
— the job specific properties.
related(Optional[String[1]])
— the recurring job relationship information properties.