You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by maheshk114 <gi...@git.apache.org> on 2018/05/29 04:48:18 UTC

[GitHub] hive pull request #361: HIVE-19725 : Add ability to dump non-native tables i...

GitHub user maheshk114 opened a pull request:

    https://github.com/apache/hive/pull/361

    HIVE-19725 : Add ability to dump non-native tables in replication metadata dump

    if hive.repl.dump.metadata.only is set to true, allow dumping non native tables also. This will be used by DAS.
    
    Data dump for non-native tables should never be allowed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maheshk114/hive BUG-103509

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/361.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 #361
    
----
commit ecb7e9637660f69e1503bd8311359b0bb4bad543
Author: Mahesh Kumar Behera <mb...@...>
Date:   2018-05-29T04:43:52Z

    HIVE-19725 : Add ability to dump non-native tables in replication metadata dump

----


---