jerryshao commented on code in PR #9781: URL: https://github.com/apache/gravitino/pull/9781#discussion_r2719027163
########## docs/how-to-install.md: ########## @@ -19,9 +19,11 @@ The Gravitino package comprises both the Gravitino server and the Gravitino Iceb Before installing Gravitino, make sure you have the Gravitino binary distribution package. You can download the latest Gravitino binary distribution package from [GitHub](https://github.com/apache/gravitino/releases). You can also build it yourself by following the instructions in [How to Build Gravitino](./how-to-build.md). - - If you build Gravitino yourself using the `./gradlew compileDistribution` command, you can find the Gravitino binary distribution package in the `distribution/package` directory. +- If you build Gravitino yourself using the `./gradlew compileDistribution` command, you can find the Gravitino binary distribution package in the `distribution/package` and `distribution/package-extend` directory. The main difference between these two packages is that the `package-extend` package contains all catalogs including catalog under folder `catalogs-contrib` while the `package` package only contains the main catalogs under folder `catalogs`. Review Comment: "The main difference between these two packages is that the `package-extend` package contains all catalogs, including catalogs under the folder `catalogs-contrib`, while the `package` package only contains the main catalogs under the folder `catalogs`." -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
