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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Observability on Spark on EKS #54

Closed
victorgu-github opened this issue Nov 6, 2022 · 4 comments
Closed

[Feat] Observability on Spark on EKS #54

victorgu-github opened this issue Nov 6, 2022 · 4 comments
Labels
blog New Blog material

Comments

@victorgu-github
Copy link
Contributor

  • Provide guidance on Spark history server
  • Monitor spark applications with Prometheus (or AMP)

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

What is the outcome that you are trying to reach?

Describe the solution you would like

Describe alternatives you have considered

Additional context

@vara-bonthu
Copy link
Contributor

We already have guidance for deploying Spark history server

enable_spark_history_server = true
. This blueprint also writes the metrics to AMP which can be consumed by Grafana dashboards.

Let me know if you want to see anything else

@victorgu-github
Copy link
Contributor Author

@vara-bonthu it is mainly for documentation. I am thinking to create a web page to summarize how to monitor spark app using history server, spark web ui, prometheus and grafana (like snapshot below)
we can reuse the code in [spark-k8s-operator] and only check in some sample yaml code for demo purpose (like taxi driver one)
pls let me know your opinion. thx

image

@vara-bonthu
Copy link
Contributor

vara-bonthu commented Nov 12, 2022

Nice one! This will make it lot easier for users. Go for it

@vara-bonthu vara-bonthu added the blog New Blog material label Nov 25, 2022
@victorgu-github
Copy link
Contributor Author

implemented

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

No branches or pull requests

2 participants