Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.apache.hive:hive-exec from 2.3.9 to 4.0.1 in /java/hive #2037

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<hive.version>2.3.9</hive.version>
<hive.version>4.0.1</hive.version>
<hadoop.version>3.3.5</hadoop.version>
<jimfs.version>1.0</jimfs.version>

Check warning on line 24 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (jimfs)

Check warning on line 24 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (jimfs)
</properties>

<dependencies>
Expand All @@ -38,7 +38,7 @@
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>

Check warning on line 41 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (projectlombok)
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-llap-ext-client</artifactId>

Check warning on line 79 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (llap)
<version>${hive.version}</version>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -115,9 +115,9 @@
</dependency>

<dependency>
<groupId>com.google.jimfs</groupId>

Check warning on line 118 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (jimfs)
<artifactId>jimfs</artifactId>

Check warning on line 119 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (jimfs)
<version>${jimfs.version}</version>

Check warning on line 120 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (jimfs)
</dependency>

<!-- Utils -->
Expand All @@ -134,11 +134,11 @@
</dependency>
</dependencies>

<!-- Override the conjars url as the original server has down -->

Check warning on line 137 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (conjars)
<repositories>
<repository>
<id>conjars</id>

Check warning on line 140 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (conjars)
<name>conjars</name>

Check warning on line 141 in java/hive/pom.xml

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

Unknown word (conjars)
<layout>default</layout>
<url>https://repository.mapr.com/nexus/content/groups/mapr-public/conjars</url>
</repository>
Expand Down
Loading