[
https://issues.apache.org/jira/browse/KYLIN-5597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17739433#comment-17739433
]
huangsheng commented on KYLIN-5597:
-----------------------------------
h1. Fix Design:
change
{code:java}
if [[ "${kerberosEnabled}" == "false" || -f ${BYPASS} ]] {code}
to
{code:java}
if [[ "${kerberosEnabled}" != "true" || -f ${BYPASS} ]]{code}
This ensures that the jar is not replaced when kerberosEnabled is empty
> When the /etc/hosts file of the KE node does not configure the IP
> corresponding to the cluster domain name in the hadoop conf configuration
> file, KE will fail to start
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: KYLIN-5597
> URL: https://issues.apache.org/jira/browse/KYLIN-5597
> Project: Kylin
> Issue Type: Bug
> Components: Environment , Security
> Affects Versions: 5.0-alpha
> Reporter: huangsheng
> Priority: Major
> Fix For: 5.0-alpha
>
>
> If the IP corresponding to the cluster domain name in the hadoop conf
> configuration file is not configured in the /etc/hosts file of the newly
> added KE node, the command
> {code:java}
> get-properties.sh kylin.kerberos.enabled{code}
> will fail when the service starts, and throw java.net.UnknownHostException
--
This message was sent by Atlassian Jira
(v8.20.10#820010)