404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.14.146.45: ~ $
**To retrieve information about a job**

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

    aws glue get-job \
        --job-name my-testing-job 

Output::

    {
        "Job": {
            "Name": "my-testing-job",
            "Role": "Glue_DefaultRole",
            "CreatedOn": 1602805698.167,
            "LastModifiedOn": 1602805698.167,
            "ExecutionProperty": {
                "MaxConcurrentRuns": 1
            },
            "Command": {
                "Name": "gluestreaming",
                "ScriptLocation": "s3://janetst-bucket-01/Scripts/test_script.scala",
                "PythonVersion": "2"
            },
            "DefaultArguments": {
                "--class": "GlueApp",
                "--job-language": "scala"
            },
            "MaxRetries": 0,
            "AllocatedCapacity": 10,
            "MaxCapacity": 10.0,
            "GlueVersion": "1.0"
        }
    }

For more information, see `Jobs <https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.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