You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2020/02/26 02:46:09 UTC

[GitHub] [samza] alnzng opened a new pull request #1294: SAMZA-2470: Add Samza job lineage interfaces

alnzng opened a new pull request #1294: SAMZA-2470: Add Samza job lineage interfaces
URL: https://github.com/apache/samza/pull/1294
 
 
   ### Background
   
   Add interfaces to provide the ability to allow the users to define their own job lineage data model and store in the specified outside systems.
   
   ### Changes
   - [ ] Add LineageFactory class to allow users to build their own job lineage data model
   - [ ] Add LineageReporter and LineageReporter classes to allow users to have the way to store lineage information in outside systems.
   - [ ] Emit job lineage data in `JobModelManager.readJobModel()` function, because this function provides the ability to dynamically load Kafka topics matched specified regex pattern. 
   
   ### Test
   - [ ] All unit tests and integration tests are passed
   
   ### Upgrade Instructions
   None
   
   ### Usage Instructions
   
   The users need to config `lineage.factory` and `lineage.reporter.factory` to enable the lineage function.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [samza] alnzng commented on issue #1294: SAMZA-2470: Add Samza job lineage interfaces

Posted by GitBox <gi...@apache.org>.
alnzng commented on issue #1294: SAMZA-2470: Add Samza job lineage interfaces
URL: https://github.com/apache/samza/pull/1294#issuecomment-592661421
 
 
   talked with @rmatharu, closed it for now.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [samza] alnzng closed pull request #1294: SAMZA-2470: Add Samza job lineage interfaces

Posted by GitBox <gi...@apache.org>.
alnzng closed pull request #1294: SAMZA-2470: Add Samza job lineage interfaces
URL: https://github.com/apache/samza/pull/1294
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [samza] alnzng commented on issue #1294: SAMZA-2470: Add Samza job lineage interfaces

Posted by GitBox <gi...@apache.org>.
alnzng commented on issue #1294: SAMZA-2470: Add Samza job lineage interfaces
URL: https://github.com/apache/samza/pull/1294#issuecomment-591560279
 
 
   @rmatharu can you please help review this PR?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services