This is an automated email from the ASF dual-hosted git repository.
lide pushed a commit to branch 1.0.2-release
in repository https://gitbox.apache.org/repos/asf/doris-shade.git
The following commit(s) were added to refs/heads/1.0.2-release by this push:
new 5d782d0 [fix](spark-load) remove comflict jar for spark_load of Doris
v1.2 (#28)
5d782d0 is described below
commit 5d782d0c31e7346098ac40ac63660eebb78a7112
Author: Yulei-Yang <[email protected]>
AuthorDate: Wed Oct 25 10:33:25 2023 +0800
[fix](spark-load) remove comflict jar for spark_load of Doris v1.2 (#28)
---
hive-shade-3/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/hive-shade-3/pom.xml b/hive-shade-3/pom.xml
index 7783dc1..5d8370b 100644
--- a/hive-shade-3/pom.xml
+++ b/hive-shade-3/pom.xml
@@ -98,6 +98,10 @@ under the License.
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-common</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<!--
https://mvnrepository.com/artifact/org.apache.hive/hive-storage-api -->
@@ -337,4 +341,4 @@ under the License.
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]