[
https://issues.apache.org/jira/browse/KYLIN-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17685088#comment-17685088
]
ASF subversion and git services commented on KYLIN-5411:
--------------------------------------------------------
Commit a3e33dd13cf1b263fefef3c3cd5890a916a602be in kylin's branch
refs/heads/kylin5 from Yinghao Lin
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=a3e33dd13c ]
KYLIN-5411 Add check-env for zstd native lib loading test
> Setting the noexec attribute on the /tmp directory causes build tasks to fail
> -----------------------------------------------------------------------------
>
> Key: KYLIN-5411
> URL: https://issues.apache.org/jira/browse/KYLIN-5411
> Project: Kylin
> Issue Type: Bug
> Affects Versions: 5.0-alpha
> Reporter: longfeiJiang
> Assignee: longfeiJiang
> Priority: Major
> Fix For: 5.0-alpha
>
> Attachments: image-2023-02-03-15-05-04-711.png
>
>
> Some compression functions will be used during the execution of spark.
> The zstd algorithm is used by default, and the zstd-jni-xxx.jar dependency
> that comes with spark will be used.
> This dependency comes with a .so library file, which will be automatically
> decompressed to the system /tmp directory after loading.
> When the /tmp directory is given the noexec attribute, the library file will
> not be loaded.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)