smengcl commented on a change in pull request #1846: HADOOP-15566. Support
Opentracing
URL: https://github.com/apache/hadoop/pull/1846#discussion_r381033615
##########
File path: hadoop-project/pom.xml
##########
@@ -1196,6 +1196,16 @@
<artifactId>jsch</artifactId>
<version>0.1.54</version>
</dependency>
+ <dependency>
+ <groupId>io.opentracing</groupId>
+ <artifactId>opentracing-util</artifactId>
+ <version>0.31.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop.thirdparty</groupId>
+ <artifactId>hadoop-shaded-jaeger</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
Review comment:
Done in 22cf60451b2910f6f00d9274e10a68c7042d3e8d
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]