ndimiduk commented on pull request #3445: URL: https://github.com/apache/hadoop/pull/3445#issuecomment-965717655
@ArkenKiran where do you get the opentelemetry-agent jar for your testing? I've built this patch and it appears that the agent jar is not included. ``` $ mvn clean install -Pdist -DskipTests -Dtar -Dmaven.javadoc.skip=true ... $ cd /tmp $ tar xzf ~/repos/apache/hadoop/hadoop-dist/target/hadoop-3.4.0-SNAPSHOT.tar.gz $ cd hadoop-3.4.0-SNAPSHOT $ ls -1 share/hadoop/common/lib/ | grep opentel opentelemetry-api-1.3.0.jar opentelemetry-context-1.3.0.jar ``` -- 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]
