You can download htrace-core-2.01.jar in this page.
Apache License
htrace-core-2.01.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.cloudera.htrace/htrace-core/pom.properties META-INF/maven/org.cloudera.htrace/htrace-core/pom.xml org.cloudera.htrace.HTraceConfiguration.class org.cloudera.htrace.Sampler.class org.cloudera.htrace.Span.class org.cloudera.htrace.SpanReceiver.class org.cloudera.htrace.TimelineAnnotation.class org.cloudera.htrace.Trace.class org.cloudera.htrace.TraceInfo.class org.cloudera.htrace.TraceScope.class org.cloudera.htrace.TraceTree.class org.cloudera.htrace.Tracer.class org.cloudera.htrace.impl.AlwaysSampler.class org.cloudera.htrace.impl.CountSampler.class org.cloudera.htrace.impl.LocalFileSpanReceiver.class org.cloudera.htrace.impl.MilliSpan.class org.cloudera.htrace.impl.NeverSampler.class org.cloudera.htrace.impl.POJOSpanReceiver.class org.cloudera.htrace.impl.ProbabilitySampler.class org.cloudera.htrace.impl.StandardOutSpanReceiver.class org.cloudera.htrace.impl.TrueIfTracingSampler.class org.cloudera.htrace.wrappers.TraceCallable.class org.cloudera.htrace.wrappers.TraceExecutorService.class org.cloudera.htrace.wrappers.TraceProxy.class org.cloudera.htrace.wrappers.TraceRunnable.class
htrace-core-2.01.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>htrace-core</artifactId> <packaging>jar</packaging> <parent> <artifactId>htrace</artifactId> <groupId>org.cloudera.htrace</groupId> <version>2.01</version> </parent> <name>htrace-core</name> <url>https://github.com/cloudera/htrace</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> </plugin> <plugin> <!-- explicitly define maven-deploy-plugin after other to force exec order --> <artifactId>maven-deploy-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <!-- Global deps. --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <!-- core specific deps. --> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-util</artifactId> <version>6.1.26</version> </dependency> </dependencies> </project>
<dependency> <groupId>org.cloudera.htrace</groupId> <artifactId>htrace-core</artifactId> <version>2.01</version> </dependency>
If you think the following htrace-core-2.01.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download htrace-core-2.01.jar file