taklwu commented on pull request #4185: URL: https://github.com/apache/hbase/pull/4185#issuecomment-1063290284
I had an internal runtime was using but for this PR, I checked if the jar exists within the tar.gz that should be proving the agent has been included as part of the classpath. ``` # build the assembly tar bar with the default hadoop2 profile % mvn clean install -DskipTests -Dcheckstyle.skip=true site assembly:single -Prelease # go into the assembly output directory $ cd hbase-assembly/target % pwd /Users/taklwu/workspace/hbase2/hbase-assembly/target # unzip the tar bin and client ball % tar -zxvf hbase-2.6.0-SNAPSHOT-bin.tar.gz % tar -zxvf hbase-2.6.0-SNAPSHOT-client-bin.tar.gz # verify the client exists % ls -l hbase-2.6.0-SNAPSHOT/lib/trace/opentelemetry-javaagent-1.0.1-all.jar -rw-r--r-- 1 taklwu staff 26478003 Jan 22 2020 hbase-2.6.0-SNAPSHOT/lib/trace/opentelemetry-javaagent-1.0.1-all.jar % ls -l hbase-2.6.0-SNAPSHOT-client/lib/trace/* -rw-r--r-- 1 taklwu staff 26478003 Jan 22 2020 hbase-2.6.0-SNAPSHOT-client/lib/trace/opentelemetry-javaagent-1.0.1-all.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]
