Skip to content

Commit

Permalink
HBASE-27353 - opentelemetry-context jar missing at runtime causes MR …
Browse files Browse the repository at this point in the history
…jobs to fail (#4759)

Signed-off-by: Andrew Purtell <[email protected]>
Signed-off-by: Viraj Jasani <[email protected]>
  • Loading branch information
ujjawal4046 authored Sep 7, 2022
1 parent d2cc840 commit fa3bd7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,8 @@ public static void addHBaseDependencyJars(Configuration conf) throws IOException
com.codahale.metrics.MetricRegistry.class, // metrics-core
org.apache.commons.lang3.ArrayUtils.class, // commons-lang
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
}

/**
Expand Down

0 comments on commit fa3bd7f

Please sign in to comment.