You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/20 12:29:38 UTC

[doris] 03/03: [fix](catalog)upgrade hive version and add hadoop-mapreduce-clieny-core (#18857)

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

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 6960d891a17601b68db8bd8d53f460505944df77
Author: Calvin Kirs <ki...@apache.org>
AuthorDate: Thu Apr 20 18:02:54 2023 +0800

    [fix](catalog)upgrade hive version and add hadoop-mapreduce-clieny-core (#18857)
---
 fe/fe-core/pom.xml | 4 ++++
 fe/pom.xml         | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index ddf41c8824..a3c3eb63a2 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -552,6 +552,10 @@ under the License.
             <groupId>org.apache.doris</groupId>
             <artifactId>hive-shade-3</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-mapreduce-client-core</artifactId>
+        </dependency>
         <dependency>
             <groupId>net.java.dev.jna</groupId>
             <artifactId>jna</artifactId>
diff --git a/fe/pom.xml b/fe/pom.xml
index b28a87933b..78f0305601 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -275,7 +275,7 @@ under the License.
         <spring.version>2.7.9</spring.version>
         <zookeeper.version>3.4.14</zookeeper.version>
         <ojdbc8.version>12.2.0.1</ojdbc8.version>
-        <doris.shade.version>1.0.1-SNAPSHOT</doris.shade.version>
+        <doris.shade.version>1.0.2-SNAPSHOT</doris.shade.version>
     </properties>
     <profiles>
         <!-- for custom internal repository -->
@@ -977,6 +977,11 @@ under the License.
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>org.apache.hadoop</groupId>
+                <artifactId>hadoop-mapreduce-client-core</artifactId>
+                <version>${hadoop.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-aws</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org