HADOOP-13661. Upgrade HTrace version. Contributed by Sean Mackrory.

This commit is contained in:
Wei-Chiu Chuang 2016-10-17 05:04:49 -07:00
parent 1f304b0c7f
commit ed9fcbec54
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ LocalFileSpanReceiver is included in the htrace-core4 jar which is bundled
with Hadoop.) with Hadoop.)
``` ```
$ cp htrace-htraced/target/htrace-htraced-4.0.1-incubating.jar $HADOOP_HOME/share/hadoop/common/lib/ $ cp htrace-htraced/target/htrace-htraced-4.1.0-incubating.jar $HADOOP_HOME/share/hadoop/common/lib/
``` ```
### Dynamic update of tracing configuration ### Dynamic update of tracing configuration

View File

@ -882,7 +882,7 @@
<dependency> <dependency>
<groupId>org.apache.htrace</groupId> <groupId>org.apache.htrace</groupId>
<artifactId>htrace-core4</artifactId> <artifactId>htrace-core4</artifactId>
<version>4.0.1-incubating</version> <version>4.1.0-incubating</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jdom</groupId> <groupId>org.jdom</groupId>