You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2020/10/30 13:53:00 UTC

[jira] [Updated] (HIVE-24339) REPL LOAD command ignores config properties set by WITH clause

     [ https://issues.apache.org/jira/browse/HIVE-24339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

László Bodor updated HIVE-24339:
--------------------------------
    Description: 
By debug messages we confirmed that REPL LOAD command ignored some config properties when they were provided in WITH clause, e.g.:
{code}
REPL LOAD bdpp01pub FROM 'hdfs://prdpdp01//apps/hive/repl/8237c7bd-ba26-4425-8659-3a0d32ab312c' WITH ('mapreduce.job.queuename'='default','hive.exec.parallel'='true','hive.exec.parallel.thread.number'='128',
...
{code}
We found that it was working on 16 threads, ignoring 'hive.exec.parallel.thread.number'='128'. Setting this property on session level worked.


> REPL LOAD command ignores config properties set by WITH clause
> --------------------------------------------------------------
>
>                 Key: HIVE-24339
>                 URL: https://issues.apache.org/jira/browse/HIVE-24339
>             Project: Hive
>          Issue Type: Bug
>            Reporter: László Bodor
>            Priority: Major
>
> By debug messages we confirmed that REPL LOAD command ignored some config properties when they were provided in WITH clause, e.g.:
> {code}
> REPL LOAD bdpp01pub FROM 'hdfs://prdpdp01//apps/hive/repl/8237c7bd-ba26-4425-8659-3a0d32ab312c' WITH ('mapreduce.job.queuename'='default','hive.exec.parallel'='true','hive.exec.parallel.thread.number'='128',
> ...
> {code}
> We found that it was working on 16 threads, ignoring 'hive.exec.parallel.thread.number'='128'. Setting this property on session level worked.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)