[
https://issues.apache.org/jira/browse/KYLIN-6080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018980#comment-18018980
]
liyang commented on KYLIN-6080:
-------------------------------
commit 22eb8fd5dfdeffa3fc57bae6d5c82a019eece662
> Support normal startup on macOS after packaging Kylin 5 with -withGluten
> ------------------------------------------------------------------------
>
> Key: KYLIN-6080
> URL: https://issues.apache.org/jira/browse/KYLIN-6080
> Project: Kylin
> Issue Type: Bug
> Reporter: Longfei Jiang
> Priority: Major
> Fix For: 5.0.3
>
>
> Support normal startup after packaging Kylin 5 with -withGluten on macOS
> Currently, when packaging Kylin 5 with -withGluten on macOS, executing the
> following commands will cause errors:
> {code}
> sed -i '27aexport LD_PRELOAD=${KYLIN_HOME}/server/libch.so'
> build/sbin/bootstrap.sh
> sed -i '29aexport LD_PRELOAD=${KYLIN_HOME}/server/libch.so'
> build/sbin/check-1201-hive-access.sh
> {code}
> As a result, the following line is missing in sbin/bootstrap.sh and
> sbin/check-1201-hive-access.sh:
> {code}
> export LD_PRELOAD=${KYLIN_HOME}/server/libch.so
> {code}
> When starting Kylin and using Gluten features such as internal tables,
> exceptions will occur.
> To facilitate development and debugging, support should be added to allow
> normal startup after packaging Kylin 5 with -withGluten on macOS.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)