Skip to content

Phoenix QueryServer 6.0.0-1.0 #5

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

Merged
merged 5 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
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 phoenix-queryserver-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0</version>
<version>6.0.0-1.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-queryserver-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0</version>
<version>6.0.0-1.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-queryserver-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0</version>
<version>6.0.0-1.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-queryserver-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver-load-balancer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0</version>
<version>6.0.0-1.0-SNAPSHOT</version>
</parent>
<artifactId>phoenix-queryserver-load-balancer</artifactId>
<name>Phoenix Query Server Load Balancer</name>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver-orchestrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>phoenix-queryserver-parent</artifactId>
<groupId>org.apache.phoenix</groupId>
<version>6.0.0-0.0</version>
<version>6.0.0-1.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-queryserver-orchestrator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phoenix-queryserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0</version>
<version>6.0.0-1.0-SNAPSHOT</version>
</parent>

<artifactId>phoenix-queryserver</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-queryserver-parent</artifactId>
<version>6.0.0-0.0</version>
<version>6.0.0-1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Phoenix Query Server Maven Parent Project</name>

Expand Down Expand Up @@ -68,11 +68,11 @@
<!-- General Properties -->
<top.dir>${project.basedir}</top.dir>

<phoenix.version>5.1.3-1.0</phoenix.version>
<phoenix.version>5.1.3-2.0-SNAPSHOT</phoenix.version>

<!-- Hadoop/Hbase Versions -->
<hbase.version>2.1.10-1.0</hbase.version>
<hadoop.version>3.1.1-0.0</hadoop.version>
<hbase.version>2.1.10-2.0-SNAPSHOT</hbase.version>
<hadoop.version>3.1.4-1.0-SNAPSHOT</hadoop.version>
<phoenix.client.artifactid>phoenix-client-hbase-2.1</phoenix.client.artifactid>

<!-- Dependency versions -->
Expand Down
4 changes: 2 additions & 2 deletions tdp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TDP Phoenix QueryServer Notes

The version 6.0.0-0.0 of Phoenix QueryServer is based on the `6.0.0` tag of the Apache [repository](https://github.com/apache/phoenix-queryserver/tree/6.0.0).
The version 6.0.0-1.0-SNAPSHOT of Phoenix QueryServer is based on the `6.0.0` tag of the Apache [repository](https://github.com/apache/phoenix-queryserver/tree/6.0.0).


# Build a queryserver with TDP versions
Expand All @@ -10,7 +10,7 @@ mvn clean package -Dpackage.phoenix.client -pl '!phoenix-queryserver-it' -DskipT
```


This command generates a `tar.gz` file of the release at `phoenix-queryserver-assembly/target/phoenix-queryserver-6.0.0-0.0-bin.tar.gz`
This command generates a `tar.gz` file of the release at `phoenix-queryserver-assembly/target/phoenix-queryserver-6.0.0-1.0-SNAPSHOT-bin.tar.gz`

## Testing parameters

Expand Down