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

SPARK-1972: Added support for tracking custom task-related metrics #918

Closed
wants to merge 1 commit into from

Conversation

kalpit
Copy link
Contributor

@kalpit kalpit commented May 30, 2014

Any piece of Spark machinery that cares to track custom task-related metrics can now use the setCustomMetric(name,value) method on TaskMetrics to do that.
The StagePage in UI now shows Custom Metrics for every task.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

Any piece of Spark machinery that cares to track custom task-related metrics can now use the setCustomMetric(name,value) method on TaskMetrics to do that.
The StagePage in UI now shows Custom Metrics for every task.
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

1 similar comment
@SparkQA
Copy link

SparkQA commented Sep 5, 2014

Can one of the admins verify this patch?

@otisg
Copy link

otisg commented Sep 11, 2014

Can custom metrics be sent anywhere else other than having them in the UI? I'd like to send them to SPM as Custom Metrics (https://sematext.atlassian.net/wiki/display/PUBSPM/Custom+Metrics). Any suggestions @kalpit ?

@andrewor14
Copy link
Contributor

Interesting idea. @kalpit have you looked into using accumulators for custom metrics instead? See #1309.

@pwendell
Copy link
Contributor

I'd like to close this issue for now and keep the JIRA around. This is a completely reasonable way to accomplish adding custom metrics, but this overlaps a good amount with Accumulators and their display in the UI - which I think is our longer term API for doing things like this. Anyways let's keep this patch and the JIRA around and we can consider it in the future.

@asfgit asfgit closed this in f73b56f Nov 10, 2014
chuckchen pushed a commit to chuckchen/spark that referenced this pull request Jun 25, 2015
Update versions for 0.8.0 release.
Agirish pushed a commit to HPEEzmeral/apache-spark that referenced this pull request May 5, 2022
wangyum pushed a commit that referenced this pull request May 26, 2023
* [CARMEL-5908] Support Table PARALLEL Hint in Number

* fix code style

* fix ut
udaynpusa pushed a commit to mapr/spark that referenced this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants