pkumarsinha commented on a change in pull request #911: HIVE-22865 Include data 
in replication staging directory
URL: https://github.com/apache/hive/pull/911#discussion_r386348502
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/events/AbstractEventHandler.java
 ##########
 @@ -71,4 +85,31 @@ public long fromEventId() {
   public long toEventId() {
     return event.getEventId();
   }
+
+  public void writeFileEntry(String dbName, Table table, String file, 
BufferedWriter fileListWriter,
+                             Context withinContext) throws IOException, 
LoginException {
+    HiveConf hiveConf = withinContext.hiveConf;
+    String distCpDoAsUser = 
hiveConf.getVar(HiveConf.ConfVars.HIVE_DISTCP_DOAS_USER);
+    if (Utils.shouldDumpMetaDataOnly(table, withinContext.hiveConf)) {
 
 Review comment:
   Will fix this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to