[ 
https://issues.apache.org/jira/browse/SQOOP-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504062#comment-14504062
 ] 

Hudson commented on SQOOP-1803:
-------------------------------

SUCCESS: Integrated in Sqoop2-hadoop200 #832 (See 
[https://builds.apache.org/job/Sqoop2-hadoop200/832/])
SQOOP-1803: Sqoop2: Update and save configuration upon job success (abe: 
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=9f05b4a5cf3ee92e5922107988ac13c6f2098f25)
* 
connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/GenericJdbcFromDestroyer.java
* connector/connector-sdk/src/main/java/org/apache/sqoop/job/etl/Destroyer.java
* core/src/main/java/org/apache/sqoop/driver/JobManager.java
* 
test/src/test/java/org/apache/sqoop/integration/connector/jdbc/generic/IncrementalReadTest.java


> Sqoop2: Update and save configuration upon job success
> ------------------------------------------------------
>
>                 Key: SQOOP-1803
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1803
>             Project: Sqoop
>          Issue Type: Sub-task
>          Components: sqoop2-framework, sqoop2-jdbc-connector
>            Reporter: Veena Basavaraj
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.99.7
>
>         Attachments: SQOOP-1803-POC-2.patch, SQOOP-1803-POC.patch, 
> SQOOP-1803.patch
>
>
> The details are in the design wiki, as the implementation happens more 
> discussions can happen here.
> https://cwiki.apache.org/confluence/display/SQOOP/Delta+Fetch+And+Merge+Design#DeltaFetchAndMergeDesign-Howtogetoutputfromconnectortosqoop?
> The goal is to dynamically inject a IncrementalConfig instance into the 
> FromJobConfiguration. The current MFromConfig and MToConfig can already hold 
> a list of configs, and a strong sentiment was expressed to keep it as a list, 
> why not for the first time actually make use of it and group the incremental 
> related configs in one config object
> This task will prepare the FromJobConfiguration from the job config data, 
> ExtractorContext with the relevant values from the prev job run 
> This task will prepare the ToJobConfiguration from the job config data, 
> LoaderContext with the relevant values from the prev job run if any
> We will use DistributedCache to get State information from the Extractor and 
> Loader out and finally persist it into the sqoop repository depending on 
> SQOOP-1804 once the outputcommitter commit is called



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to