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

ASF GitHub Bot logged work on GOBBLIN-954:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Nov/19 03:10
            Start Date: 11/Nov/19 03:10
    Worklog Time Spent: 10m 
      Work Description: vikrambohra commented on pull request #2803: 
[GOBBLIN-954] Added support to swap different HiveRegistrationPublishers
URL: https://github.com/apache/incubator-gobblin/pull/2803#discussion_r344543987
 
 

 ##########
 File path: 
gobblin-core/src/main/java/org/apache/gobblin/publisher/BaseDataPublisher.java
 ##########
 @@ -290,6 +290,7 @@ public void close()
       for (Path path : this.publisherOutputDirs) {
         this.state.appendToSetProp(ConfigurationKeys.PUBLISHER_DIRS, 
path.toString());
       }
+      
this.state.setProp(ConfigurationKeys.PUBLISHER_LATEST_FILE_ARRIVAL_TIMESTAMP, 
System.currentTimeMillis());
 
 Review comment:
   Requirement changed to add a flag called update_operation=new_files_added. 
should that be added here or in gobblin-kafka?
 
----------------------------------------------------------------
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]


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

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

> Added logic to support swapping of different implementations of 
> HiveRegistrationPublisher
> -----------------------------------------------------------------------------------------
>
>                 Key: GOBBLIN-954
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-954
>             Project: Apache Gobblin
>          Issue Type: New Feature
>            Reporter: Vikram Bohra
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> - logic to support swapping of different implementations of 
> HiveRegistrationPublisher in HiveRegTaskStateCollectorServiceHandlerImpl
>  - Added "data.publisher.latest.file.arrival.timestamp" as current time in 
> millis whenever a task finishes



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

Reply via email to