This is an automated email from the ASF dual-hosted git repository. abstractdog pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push: new d9a48cc2ac4 HIVE-29003: DatePartitionedLogger from Tez is always needed for hive logging hook (#5859) d9a48cc2ac4 is described below commit d9a48cc2ac4e0db2f998cb165e970a0d0ba96359 Author: Bodor Laszlo <bodorlaszlo0...@gmail.com> AuthorDate: Sat Jun 21 09:09:19 2025 +0200 HIVE-29003: DatePartitionedLogger from Tez is always needed for hive logging hook (#5859) --- pom.xml | 32 ++------------------------------ ql/pom.xml | 2 +- 2 files changed, 3 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 48e1752b55a..72e13a97705 100644 --- a/pom.xml +++ b/pom.xml @@ -1408,36 +1408,8 @@ <version>${tez.version}</version> <exclusions> <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-common</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-mapreduce-client-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-mapreduce-client-jobclient</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-mapreduce-client-common</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-yarn-client</artifactId> + <groupId>*</groupId> + <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> diff --git a/ql/pom.xml b/ql/pom.xml index 63ac5498ede..c3bdd194c15 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -1071,7 +1071,6 @@ <include>org.apache.avro:avro</include> <include>org.apache.avro:avro-mapred</include> <include>org.apache.hive.shims:hive-shims-0.23</include> - <include>org.apache.hive.shims:hive-shims-0.23</include> <include>org.apache.hive.shims:hive-shims-common</include> <include>javolution:javolution</include> <include>com.google.protobuf:protobuf-java</include> @@ -1103,6 +1102,7 @@ <include>org.roaringbitmap:RoaringBitmap</include> <include>com.github.luben:zstd-jni</include> <include>org.locationtech.jts:jts-core</include> + <include>org.apache.tez:tez-protobuf-history-plugin</include> </includes> </artifactSet> <filters>