[
https://issues.apache.org/jira/browse/HIVE-24339?focusedWorklogId=535353&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-535353
]
ASF GitHub Bot logged work on HIVE-24339:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jan/21 12:31
Start Date: 13/Jan/21 12:31
Worklog Time Spent: 10m
Work Description: ayushtkn opened a new pull request #1864:
URL: https://github.com/apache/hive/pull/1864
### What changes were proposed in this pull request?
Take numThreads form root task if explicitly specified
### Why are the changes needed?
For repl load/dump to specify numThreads as part of With clause
### How was this patch tested?
Added ut
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 535353)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Time Spent: 10m
> 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.3.4#803005)