Skip to content

Commit

Permalink
[Enhancement] Upgrade hudi version and remove useless packages (StarR…
Browse files Browse the repository at this point in the history
…ocks#17129)

Signed-off-by: miomiocat <284487410@qq.com>
  • Loading branch information
miomiocat authored Feb 1, 2023
1 parent 1f63e17 commit 923e963
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,42 @@ under the License.
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop-compat</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop2-compat</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol-shaded</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-protobuf</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-gson</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-miscellaneous</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-netty</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<parquet.version>1.10.1</parquet.version>
<hadoop.version>3.3.3</hadoop.version>
<skip.plugin>false</skip.plugin>
<hudi.version>0.12.1</hudi.version>
<hudi.version>0.12.2</hudi.version>
<hive-apache.version>3.1.2-13</hive-apache.version>
<dlf-metastore-client.version>0.2.14</dlf-metastore-client.version>
<sonar.organization>starrocks</sonar.organization>
Expand Down
2 changes: 1 addition & 1 deletion java-extensions/hudi-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<slf4j.version>1.7.32</slf4j.version>
<presto.hadoop.version>2.7.4-11</presto.hadoop.version>
<presto.hive.version>3.0.0-8</presto.hive.version>
<hudi.version>0.12.1</hudi.version>
<hudi.version>0.12.2</hudi.version>
<fasterxml.version>2.13.4</fasterxml.version>
<fasterxml.jackson.databind.version>2.13.4.1</fasterxml.jackson.databind.version>
<esotericsoftware.kryo.shaded.version>4.0.2</esotericsoftware.kryo.shaded.version>
Expand Down

0 comments on commit 923e963

Please sign in to comment.