This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-shade.git
The following commit(s) were added to refs/heads/master by this push:
new fa4c2b6 [fix](spark-load) remove comflict jar for spark_load of Doris
v1.2 (#27)
fa4c2b6 is described below
commit fa4c2b664a10282159009d181e6df8d0ca1596e5
Author: Yulei-Yang <[email protected]>
AuthorDate: Wed Oct 25 09:47:29 2023 +0800
[fix](spark-load) remove comflict jar for spark_load of Doris v1.2 (#27)
---
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]