You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/01 05:26:00 UTC

[jira] [Commented] (HIVE-17144) export of temporary tables not working and it seems to be using distcp rather than filesystem copy

    [ https://issues.apache.org/jira/browse/HIVE-17144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108393#comment-16108393 ] 

ASF GitHub Bot commented on HIVE-17144:
---------------------------------------

GitHub user anishek opened a pull request:

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

    HIVE-17144 : export of temporary tables not working and it seems to be using distcp rather than filesystem copy

    

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

    $ git pull https://github.com/anishek/hive HIVE-17144

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

    https://github.com/apache/hive/pull/215.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 #215
    
----
commit df618700c5043422f4a75fe7afcffd7b9202ceb5
Author: Anishek Agarwal <an...@gmail.com>
Date:   2017-08-01T05:24:11Z

    HIVE-17144 : export of temporary tables not working and it seems to be using distcp rather than filesystem copy

----


> export of temporary tables not working and it seems to be using distcp rather than filesystem copy
> --------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-17144
>                 URL: https://issues.apache.org/jira/browse/HIVE-17144
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive, HiveServer2
>    Affects Versions: 3.0.0
>            Reporter: anishek
>            Assignee: anishek
>             Fix For: 3.0.0
>
>
> create temporary table t1 (i int);
> insert into t1 values (3);
> export table t1 to 'hdfs://somelocation';
> above fails. additionally it should use filesystem copy and not distcp to do the job.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)