Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
Query parameters
Client Api Version.
Request body
The job type of the current job (Hive, USql, or Scope (for internal use only)).
Response
Successfully built the job script.
The job's unique identifier (a GUID).
The friendly name of the job.
The job type of the current job (Hive, USql, or Scope (for internal use only)).
The user or account that submitted the job.
The degree of parallelism used for this job.
the degree of parallelism in percentage used for this job.
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.
The time the job was submitted to the service.
The start time of the job.
The completion time of the job.
The job state. When the job is in the Ended state, refer to Result and ErrorMessage for details.
The result of job execution or the current result of the running job.
The log folder path to use in the following format: adl://<accountName>.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/.
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
The key-value pairs used to add additional metadata to the job information. (Only for use internally with Scope job type.)
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.