Skip to content

Commit 9992c10

Browse files
committed
camel-case shuffleService
1 parent 83b1d73 commit 9992c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ protected void serviceInit(Configuration conf) throws Exception {
179179
Method registerSourceMethod = metricsSystem.getClass().getDeclaredMethod("registerSource",
180180
String.class, String.class, MetricsSource.class);
181181
registerSourceMethod.setAccessible(true);
182-
registerSourceMethod.invoke(metricsSystem, "shuffleservice", "Metrics on the Spark " +
182+
registerSourceMethod.invoke(metricsSystem, "shuffleService", "Metrics on the Spark " +
183183
"Shuffle Service", serviceMetrics);
184184
logger.info("Registered metrics with Hadoop's DefaultMetricsSystem");
185185
} catch (Exception e) {

0 commit comments

Comments
 (0)