iwasakims commented on pull request #3520: URL: https://github.com/apache/hadoop/pull/3520#issuecomment-934256186
htrace-core-3.1.0-incubating is bundled as transitive dependency of hadoop-yarn-server-timelineservice-hbase while it does not appear in the regular classpath. ``` $ mvn clean install -Pdist -DskipShade -DskipTests $ find hadoop-dist/target/hadoop-3.3.2-SNAPSHOT -iname '*htrace*' hadoop-dist/target/hadoop-3.3.2-SNAPSHOT/share/hadoop/yarn/timelineservice/lib/htrace-core-3.1.0-incubating.jar $ hadoop-dist/target/hadoop-3.3.2-SNAPSHOT/bin/hadoop classpath --glob | sed -z 's/:/\n/g' | grep -i htrace ``` -- 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]
