HBASE-27353 - opentelemetry-context jar missing at runtime causes MR jobs to fail (#4759)
Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
6f6857b83f
commit
8b411e1451
|
@ -737,7 +737,8 @@ public class TableMapReduceUtil {
|
||||||
com.codahale.metrics.MetricRegistry.class, // metrics-core
|
com.codahale.metrics.MetricRegistry.class, // metrics-core
|
||||||
org.apache.commons.lang3.ArrayUtils.class, // commons-lang
|
org.apache.commons.lang3.ArrayUtils.class, // commons-lang
|
||||||
io.opentelemetry.api.trace.Span.class, // opentelemetry-api
|
io.opentelemetry.api.trace.Span.class, // opentelemetry-api
|
||||||
io.opentelemetry.semconv.trace.attributes.SemanticAttributes.class); // opentelemetry-semconv
|
io.opentelemetry.semconv.trace.attributes.SemanticAttributes.class, // opentelemetry-semconv
|
||||||
|
io.opentelemetry.context.Context.class); // opentelemetry-context
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue