Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching counters via SSH from 3.x AMIs #1118

Merged
merged 4 commits into from
Sep 1, 2015

Conversation

coyotemarin
Copy link
Collaborator

This is part of very slow progress towards getting log fetching/parsing working on the "new" (3.x) AMIs (see #888). This specifically makes it possible to fetch and parse counters via SSH. Hand-tested this, and added some tests for the regexes involved. Basically it boils down to a different filename, and a new, JSON-based format for counters.

Apologies for moving so slowly; the log parsing code is not super good (@irskep, the original author, confirms this ;) ) and I hadn't really taken the time to familiarize myself with it until now.

Also, to make matters worse, mrjob currently can't fetch step logs at all, thanks to EMR now using step IDs rather than step numbers in log paths (see #1117). Will fix that next.

@coyotemarin
Copy link
Collaborator Author

On the plus side, messing with this stuff convinced me to drop #465 (breaking out counters by map/reduce).

@bchess
Copy link
Contributor

bchess commented Sep 1, 2015

ship it!

coyotemarin pushed a commit that referenced this pull request Sep 1, 2015
Fetching counters via SSH from 3.x AMIs (see #888)
@coyotemarin coyotemarin merged commit 08298cf into Yelp:master Sep 1, 2015
@coyotemarin coyotemarin deleted the counters-via-ssh branch September 1, 2015 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants