Skip to content

Commit

Permalink
[Fix](catalog)Upgrade hive-catalog-shade to 2.0.2 to solve the proble…
Browse files Browse the repository at this point in the history
…m that DLF cannot be used normally (apache#34749)
  • Loading branch information
CalvinKirs authored May 13, 2024
1 parent 97a10d2 commit 7fc75e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
20 changes: 0 additions & 20 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -684,26 +684,6 @@ under the License.
</exclusions>
</dependency>

<!-- for aliyun dlf -->
<dependency>
<groupId>com.aliyun.datalake</groupId>
<artifactId>metastore-client-hive3</artifactId>
<exclusions>
<exclusion>
<groupId>com.aliyun</groupId>
<artifactId>tea</artifactId>
</exclusion>
<exclusion>
<groupId>com.aliyun</groupId>
<artifactId>tea-openapi</artifactId>
</exclusion>
<exclusion>
<groupId>com.aliyun</groupId>
<artifactId>tea-util</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- for fe recognize files stored on gcs -->
<dependency>
<groupId>com.google.cloud.bigdataoss</groupId>
Expand Down
8 changes: 1 addition & 7 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ under the License.
<doris.home>${fe.dir}/../</doris.home>
<revision>1.2-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<doris.hive.catalog.shade.version>2.0.1</doris.hive.catalog.shade.version>
<doris.hive.catalog.shade.version>2.0.2</doris.hive.catalog.shade.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!--plugin parameters-->
Expand Down Expand Up @@ -330,7 +330,6 @@ under the License.
<httpcore.version>4.4.15</httpcore.version>
<aws-java-sdk.version>1.12.669</aws-java-sdk.version>
<mariadb-java-client.version>3.0.9</mariadb-java-client.version>
<dlf-metastore-client-hive.version>0.2.14</dlf-metastore-client-hive.version>
<hadoop.version>3.3.6</hadoop.version>
<joda.version>2.8.1</joda.version>
<project.scm.id>github</project.scm.id>
Expand Down Expand Up @@ -1501,11 +1500,6 @@ under the License.
<artifactId>mariadb-java-client</artifactId>
<version>${mariadb-java-client.version}</version>
</dependency>
<dependency>
<groupId>com.aliyun.datalake</groupId>
<artifactId>metastore-client-hive3</artifactId>
<version>${dlf-metastore-client-hive.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-common</artifactId>
Expand Down

0 comments on commit 7fc75e3

Please sign in to comment.