You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/12/14 21:16:13 UTC

[accumulo] branch 2.1 updated: Remove htrace4 from the binary distribution (#3126)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new fa660738cc Remove htrace4 from the binary distribution (#3126)
fa660738cc is described below

commit fa660738cca859b6f47fc8e23acacdd22d53bbc0
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Dec 14 16:16:07 2022 -0500

    Remove htrace4 from the binary distribution (#3126)
    
    The htrace4 dependency is not needed for Accumulo. It may or may not be
    a dependency of Hadoop, but if it is needed for that, it can be brought
    in via the Hadoop lib directory and added to Accumulo's runtime class
    path. However, since it is not needed for Accumulo itself, it should not
    be redistributed by Accumulo.
---
 assemble/pom.xml | 5 -----
 pom.xml          | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/assemble/pom.xml b/assemble/pom.xml
index 11983608fc..fae0db52db 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -287,11 +287,6 @@
       <artifactId>datasketches-java</artifactId>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>org.apache.htrace</groupId>
-      <artifactId>htrace-core4</artifactId>
-      <optional>true</optional>
-    </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-1.2-api</artifactId>
diff --git a/pom.xml b/pom.xml
index 713aec2a6f..9f5370115e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,6 @@
     <failsafe.groups />
     <failsafe.reuseForks>false</failsafe.reuseForks>
     <hadoop.version>3.3.4</hadoop.version>
-    <htrace.hadoop.version>4.1.0-incubating</htrace.hadoop.version>
     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <!-- prevent introduction of new compiler warnings -->
     <maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
@@ -530,11 +529,6 @@
         <artifactId>hadoop-tools</artifactId>
         <version>${hadoop.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.htrace</groupId>
-        <artifactId>htrace-core4</artifactId>
-        <version>${htrace.hadoop.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.thrift</groupId>
         <artifactId>libthrift</artifactId>