[
https://issues.apache.org/jira/browse/HIVE-21055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16724043#comment-16724043
]
ASF GitHub Bot commented on HIVE-21055:
---------------------------------------
GitHub user maheshk114 opened a pull request:
https://github.com/apache/hive/pull/509
HIVE-21055 : Replication load command executing copy in serial mode even if
parallel execution is enabled using with clause
…
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maheshk114/hive HIVE-21055
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/509.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #509
----
commit d44ab1c233aaceed443bc09820ce893bb8601c38
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-12-18T11:40:17Z
HIVE-21055 : Replication load command executing copy in serial mode even if
parallel execution is enabled using with clause
----
> Replication load command executing copy in serial mode even if parallel
> execution is enabled using with clause
> --------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-21055
> URL: https://issues.apache.org/jira/browse/HIVE-21055
> Project: Hive
> Issue Type: Bug
> Reporter: mahesh kumar behera
> Assignee: mahesh kumar behera
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-21055.01.patch
>
>
> For repl load command use can specify the execution mode as part of "with"
> clause. But the config for executing task in parallel or serial is not read
> from the command specific config. It is read from the hive server config. So
> even if user specifies to run the tasks in parallel during repl load command,
> the tasks are getting executed serially.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)