Skip to content

Commit

Permalink
fix: use TDP 1.0 for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rpignolet committed May 31, 2023
1 parent e22c584 commit 298161e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@
<hbase.profile>2.1</hbase.profile>
<hbase.compat.version>2.1.6</hbase.compat.version>
<hbase.version>${hbase-2.1.runtime.version}</hbase.version>
<hadoop.version>3.0.3</hadoop.version>
<hadoop.version>3.1.1-0.0</hadoop.version>
<tephra.hbase.compat.version>2.1</tephra.hbase.compat.version>
</properties>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions tdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This command generates `phoenix-hbase-2.1-5.1.3-1.0-bin.tar.gz` file in the `pho
mvn test -Dhbase.profile=2.1 -DPhoenixPatchProcess -Dskip.code-coverage
```

- -Dhbase.profile=2.1, builds phoenix with hbase 2.1.10-TDP-0.1.0-SNAPSHOT
- -Dhbase.profile=2.1, builds phoenix with hbase 2.1.10-1.0 and hadoop 3.1.1-0.0
- -DPhoenixPatchProcess, disables the build of the shaded artifacts (not necessary for tests)
- -Dskip.code-coverage, self explanatory

Expand All @@ -27,6 +27,6 @@ mvn test -Dhbase.profile=2.1 -DPhoenixPatchProcess -Dskip.code-coverage
mvn verify -Dhbase.profile=2.1 -DPhoenixPatchProcess -Dskip.code-coverage
```

- -Dhbase.profile=2.1, builds phoenix with hbase 2.1.10-TDP-0.1.0-SNAPSHOT
- -Dhbase.profile=2.1, builds phoenix with hbase 2.1.10-1.0 and hadoop 3.1.1-0.0
- -DPhoenixPatchProcess, disables the build of the shaded artifacts (not necessary for tests)
- -Dskip.code-coverage, self explanatory

0 comments on commit 298161e

Please sign in to comment.