You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2023/04/02 13:06:00 UTC

[jira] [Resolved] (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 ]

Ayush Saxena resolved HIVE-24339.
---------------------------------
    Resolution: Not A Problem

> 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
>            Assignee: Ayush Saxena
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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.20.10#820010)