This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e8a02d  YETUS-895. Add ZStandard Compression support in Hadoop 
personality (#103)
6e8a02d is described below

commit 6e8a02db69aeb5b224bae21aee32955beedee3ce
Author: Akira Ajisaka <aajis...@apache.org>
AuthorDate: Tue Mar 31 16:54:55 2020 +0900

    YETUS-895. Add ZStandard Compression support in Hadoop personality (#103)
    
    Signed-off-by: Wei-Chiu Chuang <weic...@apache.org>
---
 precommit/src/main/shell/personality/hadoop.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/precommit/src/main/shell/personality/hadoop.sh 
b/precommit/src/main/shell/personality/hadoop.sh
index 49ed9e3..95e24ea 100755
--- a/precommit/src/main/shell/personality/hadoop.sh
+++ b/precommit/src/main/shell/personality/hadoop.sh
@@ -249,6 +249,7 @@ function hadoop_native_flags
         -Drequire.openssl \
         -Drequire.snappy \
         -Drequire.valgrind \
+        -Drequire.zstd \
         "${args[@]}"
     ;;
     Darwin)

Reply via email to