Skip to content

EMR Job with Docker image always use the deploy mode as cluster #1253

@mdrmuhaimin

Description

@mdrmuhaimin

Describe the bug

Calling the submit_emr_job function

wr.emr.submit_spark_step(
    cluster_id,
    s3_path,
    deploy_mode="client",
    docker_image=image_path
)

Always yield deploy_mode as cluster despite explicitly mentioning otherwise

How to Reproduce

wr.emr.submit_spark_step(
    cluster_id,
    s3_path,
    deploy_mode="client",
    docker_image=image_path
)

Expected behavior

Deploy mode should be client

Your project

No response

Screenshots

No response

OS

Mac

Python version

3.9.9

AWS DataWrangler version

2.15

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions