[ 
https://issues.apache.org/jira/browse/HIVE-22865?focusedWorklogId=392461&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-392461
 ]

ASF GitHub Bot logged work on HIVE-22865:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Feb/20 10:30
            Start Date: 25/Feb/20 10:30
    Worklog Time Spent: 10m 
      Work Description: aasha commented on pull request #911: HIVE-22865 
Include data in replication staging directory
URL: https://github.com/apache/hive/pull/911#discussion_r383791504
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/events/AbstractEventHandler.java
 ##########
 @@ -71,4 +84,32 @@ public long fromEventId() {
   public long toEventId() {
     return event.getEventId();
   }
+
+  public void writeFileEntry(String dbName, String tblName, String file, 
BufferedWriter fileListWriter,
+                             Context withinContext) throws IOException, 
LoginException {
+      HiveConf hiveConf = withinContext.hiveConf;
+      boolean copyActualData = 
!hiveConf.getBoolVar(HiveConf.ConfVars.REPL_DUMP_METADATA_ONLY);
 
 Review comment:
   check REPL_DUMP_METADATA_EXTERNAL_TABLE
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 392461)
    Time Spent: 1h 20m  (was: 1h 10m)

> Include data in replication staging directory
> ---------------------------------------------
>
>                 Key: HIVE-22865
>                 URL: https://issues.apache.org/jira/browse/HIVE-22865
>             Project: Hive
>          Issue Type: Task
>            Reporter: PRAVIN KUMAR SINHA
>            Assignee: PRAVIN KUMAR SINHA
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-22865.1.patch, HIVE-22865.2.patch, 
> HIVE-22865.3.patch
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to