8000 steps subdirs on EMR are now step IDs · Issue #1117 · Yelp/mrjob · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
steps subdirs on EMR are now step IDs #1117
Closed
@coyotemarin

Description

@coyotemarin

Noticed this while fixing #888.

When we fetch logs, we currently look inside steps/<step_num>/. But EMR now uses step IDs (which look like s-AAAAAAAA), so we need to first look up the mapping between step num and step ID with DescribeSteps, and then look in the corresponding directory (steps/s-AAAAAAAA/).

This is true both on S3 and via SSH, and true on both 2.x and 3.x AMIs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0