jerryshao commented on code in PR #9781:
URL: https://github.com/apache/gravitino/pull/9781#discussion_r2719040667


##########
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`.
 
-  - If you build Gravitino yourself using the `./gradlew assembleDistribution` 
command, you can get the compressed Gravitino binary distribution package with 
the name `gravitino-<version>-bin.tar.gz` in the `distribution` directory with 
sha256 checksum file `gravitino-<version>-bin.tar.gz.sha256`.
+- If you build Gravitino yourself using the `./gradlew assembleDistribution` 
command, you can get the compressed Gravitino binary distribution package with 
the name `gravitino-<version>-bin.tar.gz` in the `distribution` directory with 
sha256 checksum file `gravitino-<version>-bin.tar.gz.sha256` and the extended 
compressed Gravitino binary distribution package with the name 
`gravitino-<version>-bin-extend.tar.gz` in the `distribution` directory with 
sha256 checksum file `gravitino-<version>-bin-extend.tar.gz.sha256`. The main 
difference between these two packages is that the `-extend` package contains 
all catalogs including catalog under folder `catalogs-contrib` while the normal 
package only contains the main catalogs under folder `catalogs`.
+

Review Comment:
   "If you build Gravitino yourself using the `./gradlew assembleDistribution` 
command, you can get the compressed package with the name 
`gravitino-<version>-bin.tar.gz` in the `distribution` directory, and with 
sha256 checksum file `gravitino-<version>-bin.tar.gz.sha256`. Also, you can get 
the complete compressed package with the name 
`gravitino-<version>-bin-all.tar.gz` in the `distribution` directory, and with 
sha256 checksum file `gravitino-<version>-bin-all.tar.gz.sha256`. The main 
difference between these two packages is that the `-all` package contains all 
catalogs, including catalogs underthe folder `catalogs-contrib`, while the 
normal 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]

Reply via email to