Skip to content

Resync to latest SPARK-18364 #154

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

Merged
merged 1 commit into from
Mar 28, 2017
Merged

Resync to latest SPARK-18364 #154

merged 1 commit into from
Mar 28, 2017

Conversation

ash211
Copy link

@ash211 ash211 commented Mar 25, 2017

Mostly want to get the same metrics name with the change to camel case shuffleService as that would be a functional break for any current deployments.

@ash211 ash211 force-pushed the resync-to-spark-18364 branch from db9e5f8 to 82b08bf Compare March 25, 2017 00:09
Mostly want to get the same metrics name with the change to camel case
`shuffleService` as that would be a functional break for any current
deployments.
@ash211 ash211 force-pushed the resync-to-spark-18364 branch from 82b08bf to eb2c71a Compare March 25, 2017 00:11

Method registerSourceMethod = metricsSystem.getClass().getDeclaredMethod("registerSource",
String.class, String.class, MetricsSource.class);
registerSourceMethod.setAccessible(true);
registerSourceMethod.invoke(metricsSystem, "shuffleservice", "Metrics on the Spark " +
registerSourceMethod.invoke(metricsSystem, "shuffleService", "Metrics on the Spark " +
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly because I want to make sure we don't start looking for the wrong casing of this in metrics collectors

@ash211 ash211 merged commit da1c725 into master Mar 28, 2017
@ash211 ash211 deleted the resync-to-spark-18364 branch March 28, 2017 16:36
@ash211 ash211 mentioned this pull request Apr 20, 2017
mccheah pushed a commit that referenced this pull request Apr 27, 2017
* pod-watch progress around watch events

* Simplify return

* comments
dvogelbacher pushed a commit that referenced this pull request Jul 30, 2018
* pod-watch progress around watch events

* Simplify return

* comments

(cherry picked from commit d81c084)
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

Successfully merging this pull request may close these issues.

1 participant