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

Use Spark Accumulators to calculate Atlas Statistics #178

Open
MikeGost opened this issue Feb 22, 2021 · 0 comments
Open

Use Spark Accumulators to calculate Atlas Statistics #178

MikeGost opened this issue Feb 22, 2021 · 0 comments

Comments

@MikeGost
Copy link
Contributor

In the AtlasGenerator job, calculating statistics is a separate (optional) stage.

The idea is to replace this with a Spark Double Accumulator earlier in the flow. The Accumulator can still support the custom AtlasStatistics class and be optional.

This might improve the overall runtime of the statistics portion, as it would be done inline with Atlas creation. However, I don't have data to back up this assumption. Writing a task in case there is interest in streamlining this portion of the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant