404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.140.188.79: ~ $
**To get information about a job run**

The following ``get-job-run`` example retrieves information about a job run. ::

    aws glue get-job-run \
        --job-name "Combine legistators data" \
        --run-id jr_012e176506505074d94d761755e5c62538ee1aad6f17d39f527e9140cf0c9a5e  

Output::

    {
        "JobRun": {
            "Id": "jr_012e176506505074d94d761755e5c62538ee1aad6f17d39f527e9140cf0c9a5e",
            "Attempt": 0,
            "JobName": "Combine legistators data",
            "StartedOn": 1602873931.255,
            "LastModifiedOn": 1602874075.985,
            "CompletedOn": 1602874075.985,
            "JobRunState": "SUCCEEDED",
            "Arguments": {
                "--enable-continuous-cloudwatch-log": "true",
                "--enable-metrics": "",
                "--enable-spark-ui": "true",
                "--job-bookmark-option": "job-bookmark-enable",
                "--spark-event-logs-path": "s3://aws-glue-assets-111122223333-us-east-1/sparkHistoryLogs/"
            },
            "PredecessorRuns": [],
            "AllocatedCapacity": 10,
            "ExecutionTime": 117,
            "Timeout": 2880,
            "MaxCapacity": 10.0,
            "WorkerType": "G.1X",
            "NumberOfWorkers": 10,
            "LogGroupName": "/aws-glue/jobs",
            "GlueVersion": "2.0"
        }
    }

For more information, see `Job Runs <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-runs.html>`__ in the *AWS Glue Developer Guide*.

Filemanager

Name Type Size Permission Actions
batch-stop-job-run.rst File 1.16 KB 0644
create-connection.rst File 1.21 KB 0644
create-database.rst File 509 B 0644
create-job.rst File 4.07 KB 0644
create-table.rst File 3.9 KB 0644
delete-job.rst File 406 B 0644
get-databases.rst File 2.65 KB 0644
get-job-run.rst File 1.5 KB 0644
get-job-runs.rst File 3.96 KB 0644
get-job.rst File 1.09 KB 0644
get-plan.rst File 4.6 KB 0644
get-tables.rst File 4.88 KB 0644
start-crawler.rst File 297 B 0644
start-job-run.rst File 396 B 0644