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

make it possible for MRJob to not stream output #81

Closed
coyotemarin opened this issue Jan 29, 2011 · 3 comments
Closed

make it possible for MRJob to not stream output #81

coyotemarin opened this issue Jan 29, 2011 · 3 comments
Labels

Comments

@coyotemarin
Copy link
Collaborator

Sometimes people want to run an MRJob solely to create intermediate output on S3, or for testing. The -q (quiet) option should turn off the part of run_job() that streams job output and prints it to standard out.

@bretthoerner
Copy link
Contributor

I added a --no-streaming-output option that works for me. I didn't want to use -q because I consider the data output different from verbosity. I sometimes want/need the verbose mrjob output even though I don't want the results of the job printed to my terminal (much less downloaded).

bretthoerner@b93ede4

@coyotemarin
Copy link
Collaborator Author

Yup, you're right, -q should really just suppress logging.

Thanks for the pull request! I'm renaming this option to --no-output, for brevity.

@coyotemarin
Copy link
Collaborator Author

Fixed in v0.2.2.

jblomo pushed a commit to jblomo/mrjob that referenced this issue Apr 20, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants