You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2023/04/15 00:26:00 UTC

[jira] [Created] (IMPALA-12065) Use pigz when compression the tarballs for native-toolchain

Joe McDonnell created IMPALA-12065:
--------------------------------------

             Summary: Use pigz when compression the tarballs for native-toolchain
                 Key: IMPALA-12065
                 URL: https://issues.apache.org/jira/browse/IMPALA-12065
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 4.3.0
            Reporter: Joe McDonnell


This code in native-toolchain should be changed to use pigz:
{noformat}
  tar zcf ${PACKAGE_FINAL_TGZ}\
    --directory=${BUILD_DIR} \
    ${PACKAGE_STRING}${PATCH_VERSION}{noformat}
[https://github.com/cloudera/native-toolchain/blob/master/functions.sh#L392-L394]

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org