File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,10 @@ wget https://dist.apache.org/repos/dist/release/parquet/KEYS
118118
119119## Verify signature and hash
120120
121- GnuPG is recommended, which can install by yum install gnupg or apt-get install gnupg.
121+ GnuPG is recommended, which can be install by:
122+ - ` yum install gnupg ` , ` apt-get install gnupg ` on Linux based environments.
123+ - ` brew install gnupg ` on macOS environments.
124+
122125
123126```
124127gpg --import KEYS
@@ -128,15 +131,16 @@ sha512sum --check apache-parquet-1.15.0.tar.gz.sha512
128131
129132## Verify license header
130133
131- Apache RAT is recommended to verify license header, which can dowload as following command.
134+ Apache RAT is recommended to verify the license header, which can be dowload with the following command.
132135
133136```
134137wget https://archive.apache.org/dist/creadur/apache-rat-0.16.1/apache-rat-0.16.1-bin.tar.gz
135138tar zxvf apache-rat-0.16.1-bin.tar.gz
136139```
137140
138- You can check with following command. It will output a file list which don't include ASF license header, and these files used other licenses.
139- Please substitute ` $PARQUET_SRC_FOLDER ` with your ` parquet-java ` source folder.
141+ You can check with the following command.
142+ It will output a file list which doesn't include ASF license headers.
143+ Please substitute ` $PARQUET_SRC_FOLDER ` with your ` parquet-java ` source folder from the following command.
140144
141145```
142146java -jar apache-rat-0.16.1/apache-rat-0.16.1.jar -a -d apache-parquet-1.15.0.tar.gz -E $PARQUET_SRC_FOLDER/.rat-excludes.txt
You can’t perform that action at this time.
0 commit comments