[ https://issues.apache.org/jira/browse/HIVE-17144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112379#comment-16112379 ]
Barna Zsombor Klara edited comment on HIVE-17144 at 8/3/17 8:14 AM: -------------------------------------------------------------------- [~daijy] Could it be that the new CopyUtils class is missing from the commit? I can see it in the patch file but not on github (https://github.com/apache/hive/commit/68b2f9b2a78d9727f034ece8b3d7adc1c29054ad), and my build is failing. And it seems TestExport.java suffered a similar fate. :) was (Author: zsombor.klara): [~daijy] Could it be that the new CopyUtils class is missing from the commit? I can see it in the patch file but not on github (https://github.com/apache/hive/commit/68b2f9b2a78d9727f034ece8b3d7adc1c29054ad), and my build is failing. > 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 > > Attachments: HIVE-17144.1.patch > > > 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)