tanishq-chugh commented on code in PR #5451:
URL: https://github.com/apache/hive/pull/5451#discussion_r1763199155
##########
itests/hive-unit/pom.xml:
##########
@@ -212,6 +212,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.opentelemetry</groupId>
+ <artifactId>opentelemetry-exporter-otlp</artifactId>
+ <version>${otel.version}</version>
+ </dependency>
Review Comment:
This is required in case of users running OTEL Service for HS2 which is
running locally built from source code.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]