Skip to main content
Version: 1.0.0

run a job

POST 

/metalakes/:metalake/jobs/runs

Runs a job based on the specified job template in the specified metalake

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

Body

    jobTemplateName stringrequired

    The name of the job template to run

    jobConf

    object

    The job configuration for the job run

    property name* string

Responses

Returns the empty response with status code 0

Schema

    code int32

    Possible values: [0]

    Status code of the response

    job

    object

    A job object

    jobId stringrequired

    The unique identifier of the job

    jobTemplateName stringrequired

    The name of the job template used to create the job

    status stringrequired

    Possible values: [queued, started, failed, succeeded, cancelling, canceled]

    The status of the job

    audit

    object

    required

    Audit information for a Gravitino resource.

    creator string

    The user who created the resource

    createTime date-time

    The time the resource was created

    lastModifier string

    The user who last modified the resource

    lastModifiedTime date-time

    The time the resource was last modified

Loading...