GitHub user maheshk114 opened a pull request:
https://github.com/apache/hive/pull/340
HIVE-19423 : REPL LOAD creates staging directory in source dump direcâ¦
REPL LOAD creates staging directory in source dump directory instead of
table data location. In case of replication from on-perm to cloud it can create
problem.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maheshk114/hive HIVE-19423
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/340.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 #340
----
commit 44865176f1a4f3c9598c46473861482c9e64fde3
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-05-04T18:22:47Z
HIVE-19423 : REPL LOAD creates staging directory in source dump directory
instead of table data location
----
---