[jira] [Commented] (SQOOP-3291) SqoopJobDataPublisher is invoked before Hive imports succeed

2018-03-09 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16393081#comment-16393081 ] Daniel Voros commented on SQOOP-3291: - Thank you [~venkatnrangan]! > SqoopJobDataPublisher is invo

Re: Review Request 65884: SqoopJobDataPublisher is invoked before Hive/HCat imports succeed

2018-03-09 Thread Fero Szabo via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65884/#review198933 --- src/java/org/apache/sqoop/hive/HiveImport.java Lines 312-316

[jira] [Updated] (SQOOP-3291) SqoopJobDataPublisher is invoked before Hive imports succeed

2018-03-08 Thread Venkat Ranganathan (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkat Ranganathan updated SQOOP-3291: -- Summary: SqoopJobDataPublisher is invoked before Hive imports succeed

[jira] [Commented] (SQOOP-3291) SqoopJobDataPublisher is invoked before Hive/HCat imports succeed

2018-03-08 Thread Venkat Ranganathan (JIRA)
import does not go through the separate step and has other advantages over the hive import option (data fidelity etc).   Fixed the summary > SqoopJobDataPublisher is invoked before Hive/HCat imports succeed > - > >

Re: Review Request 65884: SqoopJobDataPublisher is invoked before Hive/HCat imports succeed

2018-03-08 Thread Boglarka Egyed
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65884/#review198887 --- Hi Daniel, Nice catch! I took a look at your change and I have

Re: Review Request 65884: SqoopJobDataPublisher is invoked before Hive/HCat imports succeed

2018-03-02 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65884/#review198530 --- Patch #1 changes the following: - moves the reporting after Hive

[jira] [Commented] (SQOOP-3291) SqoopJobDataPublisher is invoked before Hive/HCat imports succeed

2018-03-02 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16383703#comment-16383703 ] Daniel Voros commented on SQOOP-3291: - Attached review request link. > SqoopJobDataPublis

Review Request 65884: SqoopJobDataPublisher is invoked before Hive/HCat imports succeed

2018-03-02 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65884/ --- Review request for Sqoop. Bugs: SQOOP-3291

[jira] [Created] (SQOOP-3291) SqoopJobDataPublisher is invoked before Hive/HCat imports succeed

2018-03-02 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3291: --- Summary: SqoopJobDataPublisher is invoked before Hive/HCat imports succeed Key: SQOOP-3291 URL: https://issues.apache.org/jira/browse/SQOOP-3291 Project: Sqoop

Re: SqoopJobDataPublisher

2016-03-11 Thread Henrique Andrade
; We plan to add support for export data also (along with import job > configuration). > > Thanks > > Venkat > > On 3/10/16, 11:24 AM, "Henrique Andrade" <chmandr...@gmail.com> wrote: > > >Hi, > > > >I was looking at the implementation

Re: SqoopJobDataPublisher

2016-03-10 Thread Venkat Ranganathan
il.com> wrote: >Hi, > >I was looking at the implementation for SqoopJobDataPublisher and I was >just wondering if there is any plan to port this change to the 1.4.X >product line. I saw that was a simple code added to the ImportJobBase with >the publisher class and test cla

SqoopJobDataPublisher

2016-03-10 Thread Henrique Andrade
Hi, I was looking at the implementation for SqoopJobDataPublisher and I was just wondering if there is any plan to port this change to the 1.4.X product line. I saw that was a simple code added to the ImportJobBase with the publisher class and test class. If there is no plan I can try to get