Repository: hive
Updated Branches:
  refs/heads/master c1a1d5960 -> 0a9fabbd0


HIVE-17790: Export/Import: Bug while getting auth entities due to which we 
write partition info during compilation phase (Vaibhav Gumashta reviewed by 
Thejas Nair)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/0a9fabbd
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0a9fabbd
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/0a9fabbd

Branch: refs/heads/master
Commit: 0a9fabbd0b01179867042151da5a4409ad7d68d2
Parents: c1a1d59
Author: Vaibhav Gumashta <vgumas...@hortonworks.com>
Authored: Thu Oct 12 20:47:53 2017 -0700
Committer: Vaibhav Gumashta <vgumas...@hortonworks.com>
Committed: Thu Oct 12 20:47:53 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hive/ql/parse/repl/dump/TableExport.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/0a9fabbd/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/TableExport.java
----------------------------------------------------------------------
diff --git 
a/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/TableExport.java 
b/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/TableExport.java
index ab94ec5..a44f98f 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/TableExport.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/TableExport.java
@@ -297,7 +297,6 @@ public class TableExport {
             throw new IllegalStateException("partitions cannot be null for 
partitionTable :"
                 + tableSpec.tableName);
           }
-          new PartitionExport(paths, partitions, distCpDoAsUser, 
conf).write(replicationSpec);
           for (Partition partition : partitions) {
             authEntities.inputs.add(new ReadEntity(partition));
           }

Reply via email to