-
Notifications
You must be signed in to change notification settings - Fork 859
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
Distributed analytics #10
Comments
Dr. Elephant has a bunch of executor threads that parallely fetch the applications and analyze them. As long as you have enough resources you should be able to increase these executor threads. I don't think a cluster of analyzer nodes would be required for this. Does this answer your question? |
Yes. I did some further investigation, turns out that JobHistory is bottleneck. |
…block_size_when_using_viewfs Add compatibility with viewfs
Practically it is possible that a single node cannot analyze all completed applications.
Is it possible to distribute AnalyticJob to a cluster of nodes?
The text was updated successfully, but these errors were encountered: