[
https://issues.apache.org/jira/browse/KYLIN-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836489#comment-17836489
]
ASF subversion and git services commented on KYLIN-5836:
--------------------------------------------------------
Commit e49c2f15a645cb33a0f04a0b894af8be24613bf5 in kylin's branch
refs/heads/kylin5 from Yinghao Lin
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=e49c2f15a6 ]
KYLIN-5836 Fix mapr env building error
> MapR env Build error
> --------------------
>
> Key: KYLIN-5836
> URL: https://issues.apache.org/jira/browse/KYLIN-5836
> Project: Kylin
> Issue Type: Bug
> Components: Job Engine
> Affects Versions: 5.0-beta
> Reporter: Zhimin Wu
> Assignee: Zhimin Wu
> Priority: Major
> Fix For: 5.0.0
>
>
> The MapR environment construction task has failed due to the default Hadoop
> configuration not being loaded.
> *RC*
> The issue is related to the Configuration in HadoopUtil, which by default
> uses the configuration files located in the KE/hadoop_conf directory. In
> other environments where the configuration files are complete, there are no
> issues with retrieving the required parameters.
> However, in a MapR environment, the default configuration files are located
> in a different directory, resulting in an incomplete conf object being
> returned and causing the construction task to fail.
> *Dev Design*
> To address this issue, directly loading the default parameters using the
> Configuration object should provide the complete configuration required for
> the task to run successfully.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)