Skip to content

Commit 483a3bd

Browse files
committed
sessionId
1 parent d2e9a72 commit 483a3bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ public LlapTaskSchedulerService(TaskSchedulerContext taskSchedulerContext, Clock
454454
this.pauseMonitor = new JvmPauseMonitor(conf);
455455
pauseMonitor.start();
456456
String displayName = "LlapTaskSchedulerMetrics-" + MetricsUtils.getHostName();
457-
String metricsSessionId = conf.get("llap.daemon.metrics.sessionid");
457+
String sessionId = conf.get("llap.daemon.metrics.sessionid");
458458
// TODO: HIVE-29569: Not sure about the use of this. Should we instead use workerIdentity as sessionId?
459-
this.metrics = LlapTaskSchedulerMetrics.create(displayName, metricsSessionId);
459+
this.metrics = LlapTaskSchedulerMetrics.create(displayName, sessionId);
460460
} else {
461461
this.metrics = null;
462462
this.pauseMonitor = null;

0 commit comments

Comments
 (0)