[
https://issues.apache.org/jira/browse/HIVE-13077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151172#comment-15151172
]
Gopal V commented on HIVE-13077:
--------------------------------
hive-site.xml is shared between them.
After the last set of ServiceDriver patches, llap-daemon-site.xml no longer
exists on any client machine, but only inside the slider PKG.
So without this fix, queries will fail in LLAP mode.
> LLAP: Scrub daemon-site.xml from client configs
> -----------------------------------------------
>
> Key: HIVE-13077
> URL: https://issues.apache.org/jira/browse/HIVE-13077
> Project: Hive
> Issue Type: Bug
> Components: llap, Tez
> Affects Versions: 2.1.0
> Reporter: Gopal V
> Assignee: Gopal V
>
> {code}
> if (llapMode) {
> // add configs for llap-daemon-site.xml + localize llap jars
> // they cannot be referred to directly as it would be a circular
> depedency
> conf.addResource("llap-daemon-site.xml");
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)