Skip to content

Bug in the YarnProvisioner _query_app_by_name #139

@abppriya

Description

@abppriya

This line (590) isinstance(type, dict) - "type" is a built-in class for type which will never be an instance of dict type.

We should be checking for the "data" object from the response, instead of the built-in "type"
Due to this bug Kernel launch is timing out as Yarn Provisioner cannot get the application_id.

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