升级hdfs hive,parquet-format依赖

This commit is contained in:
FuYouJ 2024-04-13 14:26:16 +08:00
parent 6bdc09a294
commit 1c2d5d0bb1
2 changed files with 9 additions and 4 deletions

View File

@ -13,7 +13,7 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<hive.version>1.1.1</hive.version>
<hive.version>3.1.3</hive.version>
<hadoop.version>2.7.1</hadoop.version>
</properties>
<dependencies>
@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-format</artifactId>
<version>2.3.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>

View File

@ -8,17 +8,22 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hdfswriter</artifactId>
<name>hdfswriter</name>
<description>HdfsWriter提供了写入HDFS功能。</description>
<packaging>jar</packaging>
<properties>
<hive.version>1.1.1</hive.version>
<hive.version>3.1.3</hive.version>
<hadoop.version>2.7.1</hadoop.version>
</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/com.twitter/parquet-hadoop-bundle -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>parquet-hadoop-bundle</artifactId>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>