Skip to content

Commit

Permalink
Upgrade hbase minicluster in storage-phoenix to 2.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnturton committed Aug 24, 2023
1 parent 4aeb152 commit adc1516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/storage-phoenix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
<name>Drill : Contrib : Storage : Phoenix</name>

<properties>
<phoenix.version>5.1.2</phoenix.version>
<!-- Keep the 2.4.2 to reduce dependency conflict -->
<hbase.minicluster.version>2.4.2</hbase.minicluster.version>
<phoenix.version>5.1.3</phoenix.version>
<hbase.minicluster.version>2.5.5-hadoop3</hbase.minicluster.version>
<skipTests>false</skipTests>
</properties>

Expand Down Expand Up @@ -383,13 +382,14 @@
<id>hadoop-2</id>
<properties>
<skipTests>true</skipTests>
<hbase.minicluster.version>2.5.5</hbase.minicluster.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.4</version>
<version>5.1.9</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down

0 comments on commit adc1516

Please sign in to comment.