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

Add profiling support for jobs and framework overhead #62

Open
bwhite opened this issue Jul 2, 2012 · 0 comments
Open

Add profiling support for jobs and framework overhead #62

bwhite opened this issue Jul 2, 2012 · 0 comments

Comments

@bwhite
Copy link
Owner

bwhite commented Jul 2, 2012

As hadoop is often used to speed up some task, it should be second nature to determine if it is doing a good job or not. Since this spans several languages (Cython, C, Python, Java, and various client code) standard profiling techniques don't work properly. A solution is to have an internal profiling aggregator that can be enabled to produce semantically relevant timing information.

Relevant information

  • TypedBytes serialization overhead
  • Pyinstaller overhead
  • Client Map/Combine/Reduce functions

It is important that this doesn't clutter the codebase and should have minimal performance impact.

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

No branches or pull requests

1 participant