[
https://issues.apache.org/jira/browse/KYLIN-6000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928032#comment-17928032
]
Guoliang Sun commented on KYLIN-6000:
-------------------------------------
The initial judgment is that the running directory of the startup script is not
within `${KYLIN_HOME}`, and this issue only occurs during the first startup of
Kylin.
h3. Workaround
First, change to the `${KYLIN_HOME}` directory using `cd` before executing the
startup command. This will change the working directory.
> After Kylin starts, the file `krb5cc_gluten` is generated in the directory at
> the same level as `Kylin_Home`. The location of the file generation needs to
> be adjusted.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: KYLIN-6000
> URL: https://issues.apache.org/jira/browse/KYLIN-6000
> Project: Kylin
> Issue Type: Improvement
> Affects Versions: 5.0.0
> Reporter: Guoliang Sun
> Priority: Major
>
> h3. Root Cause
> During the first startup of Kylin, the script
> `sbin/check-1201-hive-access.sh` is called, which starts a Java program to
> initialize Spark. During this process, the file `krb5cc_gluten` is generated,
> and it is located in the `${user.dir}` directory.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)