Re: Review Request 56737: SQOOP-3135 - Not enough error message for debugging when parameters missing

2017-02-17 Thread Eric Lin
. Or if I mis-understood you, please let me know. Thanks Eric - Eric --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56737/#review165941 --------

Re: Review Request 56737: SQOOP-3135 - Not enough error message for debugging when parameters missing

2017-02-22 Thread Eric Lin
pe here not > > jut pe.toString. > > Eric Lin wrote: > Hi Bogi, > > Thanks for your feedback. Did you mean just below? > > LOG.error("Error parsing arguments to the job-specific tool: " + pe); > > This will convert pe to

Re: Review Request 56737: SQOOP-3135 - Not enough error message for debugging when parameters missing

2017-02-22 Thread Eric Lin
src/java/org/apache/sqoop/tool/JobTool.java 8e1669c Diff: https://reviews.apache.org/r/56737/diff/ Testing --- Manual test and confirmed the output. Thanks, Eric Lin

Review Request 56737: SQOOP-3135 - Not enough error message for debugging when parameters missing

2017-02-15 Thread Eric Lin
6737/diff/ Testing --- Manual test and confirmed the output. Thanks, Eric Lin

Re: Review Request 54251: SQOOP-3061 - Fix a bug when parsing query in sqoop options file

2017-01-18 Thread Eric Lin
va 6d3f0f3 Diff: https://reviews.apache.org/r/54251/diff/ Testing --- Test case updated and have made sure that existing test cases and new test cases passed. Thanks, Eric Lin

Re: Review Request 54251: SQOOP-3061 - Fix a bug when parsing query in sqoop options file

2017-01-16 Thread Eric Lin
have made sure that existing test cases and new test cases passed. Thanks, Eric Lin

Re: Review Request 54528: SQOOP-3042 - Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically

2017-01-16 Thread Eric Lin
did not add any test cases. The code path I changed does not seem to have test coverage either. Let me know if I am wrong. Thanks Thanks, Eric Lin

Re: Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-03-27 Thread Eric Lin
ps://reviews.apache.org/r/57551/diff/4/?file=1668178#file1668178line211> > > > > Although this is a good to know / nice catch thingy, at least we do > > need some log statements here (e.g. with info/debug level). We should not > > do anything li

Re: Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-03-27 Thread Eric Lin
/TestTableDefWriter.java dbf0dde testdata/hive/scripts/decimalImport.q PRE-CREATION Diff: https://reviews.apache.org/r/57551/diff/5/ Changes: https://reviews.apache.org/r/57551/diff/4-5/ Testing --- Test case + maunaul test Thanks, Eric Lin

Re: Review Request 57576: SQOOP-3152 - --map-column-hive to support DECIMAL(xx, xx)

2017-03-20 Thread Eric Lin
/TestTableDefWriter.java 4db629f testdata/hive/scripts/decimalMapImport.q PRE-CREATION Diff: https://reviews.apache.org/r/57576/diff/2/ Changes: https://reviews.apache.org/r/57576/diff/1-2/ Testing --- Added test case + manual testing Thanks, Eric Lin

Re: Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-03-20 Thread Eric Lin
src/test/com/cloudera/sqoop/hive/TestTableDefWriter.java 4db629f testdata/hive/scripts/decimalImport.q PRE-CREATION Diff: https://reviews.apache.org/r/57551/diff/3/ Changes: https://reviews.apache.org/r/57551/diff/2-3/ Testing --- Test case + maunaul test Thanks, Eric Lin

Re: Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-03-19 Thread Eric Lin
/TestTableDefWriter.java 4db629f Diff: https://reviews.apache.org/r/57551/diff/2/ Changes: https://reviews.apache.org/r/57551/diff/1-2/ Testing --- Test case + maunaul test Thanks, Eric Lin

Re: Review Request 57576: SQOOP-3152 - --map-column-hive to support DECIMAL(xx, xx)

2017-03-20 Thread Eric Lin
Bogi Test case added in class TestHiveImport - Eric --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57576/#review169366 -------

Re: Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-03-20 Thread Eric Lin
ail. This has been updated in the latest patch. - Eric --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57551/#review169389 ---------

Review Request 58466: SQOOP-3158 - Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-04-14 Thread Eric Lin
, then the export will still fail with error, this is expected. Thanks, Eric Lin

Re: Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-04-14 Thread Eric Lin
your change seems to be much more type/Hive agnostic, shouldn't we > > introduce a fallback scenario for the users (e.g. turning off the > > Decimal->Decimal mapping with an option). Or should we just advise the > > explicit type mapping for the users in this ca

Re: Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-04-21 Thread Eric Lin
ctions need to take here. Thanks again. - Eric --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57551/#review172478 ------- On March 28, 2017, 4:35 a.m., Eric Lin wrote: > > ---

Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-03-13 Thread Eric Lin
/HiveTypes.java ad00535 src/java/org/apache/sqoop/hive/TableDefWriter.java 32fcca3 src/test/com/cloudera/sqoop/hive/TestTableDefWriter.java 4db629f Diff: https://reviews.apache.org/r/57551/diff/1/ Testing --- Test case + maunaul test Thanks, Eric Lin

Review Request 57576: SQOOP-3152 - --map-column-hive to support DECIMAL(xx, xx)

2017-03-13 Thread Eric Lin
) format. Diffs - src/java/org/apache/sqoop/SqoopOptions.java b33b54b src/test/com/cloudera/sqoop/hive/TestTableDefWriter.java 4db629f Diff: https://reviews.apache.org/r/57576/diff/1/ Testing --- Added test case + manual testing Thanks, Eric Lin

Review Request 61615: Add Sqoop1 (import + --incremental + --check-column) support for functions/expressions

2017-08-14 Thread Eric Lin
to latest trunk once suggestions are made. Thanks, Eric Lin

Re: Review Request 57551: SQOOP-2272 - Import decimal columns from mysql to hive 0.14

2017-07-02 Thread Eric Lin
--- Test case + maunaul test Thanks, Eric Lin

Review Request 60587: SQOOP-3039 - Sqoop unable to export Time data "13:14:12.1234" into Time colum in RMDBS

2017-07-03 Thread Eric Lin
: https://reviews.apache.org/r/60587/diff/1/ Testing --- Test cases + manual tests Thanks, Eric Lin

Re: Review Request 58466: SQOOP-3158 - Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-05-21 Thread Eric Lin
st class to cover the path and I am not sure the best > way to add test case for this. If you have any suggestion, please let me know. > > I have done manual testing to replicate the issue and confirmed that patch > fixed the issue. I have also tried different data types, all working. > > However, if column in MySQL is defined as NOT NULL, then the export will > still fail with error, this is expected. > > > Thanks, > > Eric Lin > >

Re: Review Request 58466: SQOOP-3158 - Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-05-21 Thread Eric Lin
s NOT NULL, then the export will still fail with error, this is expected. Thanks, Eric Lin

Re: Review Request 58466: SQOOP-3158 - Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-05-30 Thread Eric Lin
will still fail with error, this is expected. Thanks, Eric Lin

Re: Review Request 58466: SQOOP-3158 - Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-05-30 Thread Eric Lin
o? > > > > > > Thank you for your efforts! > > > > Regards, > > Szabolcs Hi Szabolcs, Thanks for your feedback and suggestion. I have made modifications accordingly and fixed the failed test case. Thanks again. - Eric ------

Re: Review Request 54528: SQOOP-3042 - Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically

2017-06-11 Thread Eric Lin
tory can be specified with bindir Sqoop > > options so I can imagine there are some users who would like to have the > > JAR file after the Sqoop import/export has finished. Even if we use a temp > > directory I can imagine some people do not override the default output >

Re: Review Request 54528: SQOOP-3042 - Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically

2017-06-11 Thread Eric Lin
st for deleteOnExit, so I did not add any test cases. The code path I changed does not seem to have test coverage either. Let me know if I am wrong. Thanks Thanks, Eric Lin

Re: Review Request 58466: SQOOP-3158 - Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-05-06 Thread Eric Lin
. Thanks, Eric Lin

Re: Review Request 58466: SQOOP-3158 - Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-05-06 Thread Eric Lin
, this is expected. Thanks, Eric Lin

[jira] [Comment Edited] (SQOOP-3135) Not enough error message for debugging when parameters missing

2017-02-22 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879641#comment-15879641 ] Eric Lin edited comment on SQOOP-3135 at 2/23/17 1:13 AM: -- Also log Exception

[jira] [Updated] (SQOOP-3135) Not enough error message for debugging when parameters missing

2017-02-22 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3135: Attachment: SQOOP-3135.2.patch Also log Exception messages. > Not enough error message for debugging w

[jira] [Commented] (SQOOP-3135) Not enough error message for debugging when parameters missing

2017-02-15 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868912#comment-15868912 ] Eric Lin commented on SQOOP-3135: - Review requested: https://reviews.apache.org/r/56737/ > Not eno

[jira] [Created] (SQOOP-3135) Not enough error message for debugging when parameters missing

2017-02-15 Thread Eric Lin (JIRA)
Eric Lin created SQOOP-3135: --- Summary: Not enough error message for debugging when parameters missing Key: SQOOP-3135 URL: https://issues.apache.org/jira/browse/SQOOP-3135 Project: Sqoop Issue

[jira] [Updated] (SQOOP-3135) Not enough error message for debugging when parameters missing

2017-02-15 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3135: Attachment: SQOOP-3135.patch > Not enough error message for debugging when parameters miss

[jira] [Commented] (SQOOP-3135) Not enough error message for debugging when parameters missing

2017-02-15 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868904#comment-15868904 ] Eric Lin commented on SQOOP-3135: - Provided patch so that the same command will print out the following

[jira] [Commented] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2017-02-15 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868800#comment-15868800 ] Eric Lin commented on SQOOP-3061: - Hi [~maugli], Thanks a lot for your help and guidance to get my very

[jira] [Updated] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2017-01-18 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3061: Attachment: SQOOP-3061.5.patch Latest patch based on review - SQOOP-3061.5.patch > Sqoop --options-f

[jira] [Created] (SQOOP-3039) Sqoop unable to export Time data "13:14:12.1234" into Time colum in RMDBS

2016-10-27 Thread Eric Lin (JIRA)
Eric Lin created SQOOP-3039: --- Summary: Sqoop unable to export Time data "13:14:12.1234" into Time colum in RMDBS Key: SQOOP-3039 URL: https://issues.apache.org/jira/browse/SQOOP-3039 Proj

[jira] [Commented] (SQOOP-3040) Lost time millisecond precision for Time data type when importing

2016-10-27 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15613778#comment-15613778 ] Eric Lin commented on SQOOP-3040: - I am trying to see if I can find a fix. I can't assign it to myself so

[jira] [Created] (SQOOP-3040) Lost time millisecond precision for Time data type when importing

2016-10-27 Thread Eric Lin (JIRA)
Eric Lin created SQOOP-3040: --- Summary: Lost time millisecond precision for Time data type when importing Key: SQOOP-3040 URL: https://issues.apache.org/jira/browse/SQOOP-3040 Project: Sqoop Issue

[jira] [Updated] (SQOOP-3042) Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically

2016-11-06 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3042: Attachment: SQOOP-3042.2.patch Revised the patch so that only delete the tmp files if the parent directory

[jira] [Updated] (SQOOP-3039) Sqoop unable to export Time data "13:14:12.1234" into Time colum in RMDBS

2016-11-06 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3039: Attachment: SQOOP-3039.patch java.sql.Time does not support time in "hh:mm:ss.f" fo

[jira] [Commented] (SQOOP-3040) Lost time millisecond precision for Time data type when importing

2016-11-06 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15642897#comment-15642897 ] Eric Lin commented on SQOOP-3040: - As part of fix in SQOOP-3039, this JIRA is also fixed. So waiting

[jira] [Updated] (SQOOP-3039) Sqoop unable to export Time data "13:14:12.1234" into Time colum in RMDBS

2016-11-07 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3039: Attachment: SQOOP-3039.2.patch Uploaded revised patch. > Sqoop unable to export Time data "13:14

[jira] [Commented] (SQOOP-3041) Sqoop import TIMESTAMP(6) field into HDFS will truncate tailing zeros in the millisecond part

2016-11-05 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15640832#comment-15640832 ] Eric Lin commented on SQOOP-3041: - I am also looking into the issue myself, once a patch is ready, I

[jira] [Commented] (SQOOP-2973) Is sqoop version 1.4.6 is compatible with hbase version 1.2.1?

2016-11-22 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15686459#comment-15686459 ] Eric Lin commented on SQOOP-2973: - Hi [~vasas], Thanks for the update. I have compiled the trunk version

[jira] [Updated] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-11-24 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3061: Attachment: SQOOP-3061.patch Added patch to take care of the use case and added test cases to validate

[jira] [Updated] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-11-24 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3061: Description: if you have the following in the options file: --query SELECT * FROM test WHERE a = 'b

[jira] [Created] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-11-24 Thread Eric Lin (JIRA)
Eric Lin created SQOOP-3061: --- Summary: Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct Key: SQOOP-3061 URL: https://issues.apache.org/jira/browse/

[jira] [Updated] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-11-24 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3061: Description: if you have the following in the options file: --query SELECT * FROM test WHERE a = 'b

[jira] [Commented] (SQOOP-1214) Sqoop import - importing table into HBASE with overwrite

2016-11-11 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15658564#comment-15658564 ] Eric Lin commented on SQOOP-1214: - Hi Sai, Can you confirm that you are talking about Sqoop1, not Sqoop2

[jira] [Commented] (SQOOP-2973) Is sqoop version 1.4.6 is compatible with hbase version 1.2.1?

2016-11-20 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15680713#comment-15680713 ] Eric Lin commented on SQOOP-2973: - Hi, I have the same issue here, I am testing sqoop hbase import, but I

[jira] [Commented] (SQOOP-3039) Sqoop unable to export Time data "13:14:12.1234" into Time colum in RMDBS

2016-10-27 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15613769#comment-15613769 ] Eric Lin commented on SQOOP-3039: - I can't assign the JIRA to myself, but I am working on the patch

[jira] [Created] (SQOOP-3041) Sqoop import TIMESTAMP(6) field into HDFS will truncate tailing zeros in the millisecond part

2016-10-27 Thread Eric Lin (JIRA)
Eric Lin created SQOOP-3041: --- Summary: Sqoop import TIMESTAMP(6) field into HDFS will truncate tailing zeros in the millisecond part Key: SQOOP-3041 URL: https://issues.apache.org/jira/browse/SQOOP-3041

[jira] [Commented] (SQOOP-3042) Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically

2016-11-02 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15631219#comment-15631219 ] Eric Lin commented on SQOOP-3042: - I am currently working on the JIRA and will upload the patch soon

[jira] [Created] (SQOOP-3042) Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically

2016-11-02 Thread Eric Lin (JIRA)
Eric Lin created SQOOP-3042: --- Summary: Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically Key: SQOOP-3042 URL: https://issues.apache.org/jira/browse/SQOOP-3042 Project: Sqoop

[jira] [Updated] (SQOOP-3042) Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically

2016-11-04 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3042: Attachment: SQOOP-3042.1.patch Attaching the patch. > Sqoop does not clear compile directory under /

[jira] [Commented] (SQOOP-2970) Can we use oozie to schedule sqoop2 jobs

2016-11-27 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15699415#comment-15699415 ] Eric Lin commented on SQOOP-2970: - I believe that's more of a question for Oozie, rather than Sqoop

[jira] [Comment Edited] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-12-08 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15731695#comment-15731695 ] Eric Lin edited comment on SQOOP-3061 at 12/8/16 9:49 AM: -- Based on latest review

[jira] [Updated] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-12-08 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3061: Attachment: SQOOP-3061.3.patch Based on latest review feedback from [~maugli], I have made some changes

[jira] [Comment Edited] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-12-08 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728401#comment-15728401 ] Eric Lin edited comment on SQOOP-3061 at 12/8/16 9:50 AM: -- Provided new patch

[jira] [Assigned] (SQOOP-3042) Sqoop does not clear compile directory under /tmp/sqoop-/compile automatically

2016-12-14 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin reassigned SQOOP-3042: --- Assignee: Eric Lin > Sqoop does not clear compile directory under /tmp/sqoop-/comp

[jira] [Assigned] (SQOOP-3039) Sqoop unable to export Time data "13:14:12.1234" into Time colum in RMDBS

2016-12-14 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin reassigned SQOOP-3039: --- Assignee: Eric Lin > Sqoop unable to export Time data "13:14:12.1234" into Time c

[jira] [Assigned] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-12-14 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin reassigned SQOOP-3061: --- Assignee: Eric Lin > Sqoop --options-file failed with error "Malformed option in opti

[jira] [Updated] (SQOOP-2973) Is sqoop version 1.4.6 is compatible with hbase version 1.2.1?

2016-12-07 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2973: Attachment: hbase1.2.4-error.out Hi [~vasas], Sorry about the delay. I have attached the hbase1.2.4

[jira] [Commented] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2016-12-01 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15711666#comment-15711666 ] Eric Lin commented on SQOOP-3061: - Hi [~vasas], Thanks for the offer to review my patch. I have created

[jira] [Updated] (SQOOP-3061) Sqoop --options-file failed with error "Malformed option in options file" even though the query is correct

2017-01-08 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3061: Attachment: SQOOP-3061.4.patch Latest patch based on review > Sqoop --options-file failed with er

[jira] [Updated] (SQOOP-3040) Lost time millisecond precision for Time data type when importing

2017-01-15 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3040: Assignee: Eric Lin > Lost time millisecond precision for Time data type when import

[jira] [Updated] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-28 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2272: Attachment: SQOOP-2272.4.patch Update latest patch based on review > Import decimal columns from my

[jira] [Updated] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-19 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2272: Attachment: (was: SQOOP-2272.2.patch) > Import decimal columns from mysql to hive 0

[jira] [Issue Comment Deleted] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-19 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2272: Comment: was deleted (was: Latest patch based on review feedback.) > Import decimal columns from my

[jira] [Updated] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-19 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2272: Attachment: SQOOP-2272.2.patch Latest patch based on review feedback. > Import decimal columns from my

[jira] [Updated] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-19 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2272: Attachment: SQOOP-2272.2.patch Latest patch based on review feedback. > Import decimal columns from my

[jira] [Updated] (SQOOP-3152) --map-column-hive to support DECIMAL(xx,xx)

2017-03-20 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3152: Attachment: SQOOP-3152.2.patch Latest patch based on review feedback. > --map-column-hive to supp

[jira] [Updated] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-20 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2272: Attachment: SQOOP-2272.3.patch > Import decimal columns from mysql to hive 0

[jira] [Updated] (SQOOP-3158) Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-04-14 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3158: Attachment: SQOOP-3158.patch Attaching PATCH for this issue. Basically we need to check if there are more

[jira] [Commented] (SQOOP-3158) Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-04-15 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969927#comment-15969927 ] Eric Lin commented on SQOOP-3158: - Review: https://reviews.apache.org/r/58466/ > Columns added to My

[jira] [Commented] (SQOOP-3150) issue with sqoop hive import with partitions

2017-04-15 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969934#comment-15969934 ] Eric Lin commented on SQOOP-3150: - Will try to re-produce the issue first using latest sqoop code

[jira] [Assigned] (SQOOP-3150) issue with sqoop hive import with partitions

2017-04-15 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin reassigned SQOOP-3150: --- Assignee: Eric Lin > issue with sqoop hive import with partiti

[jira] [Assigned] (SQOOP-3158) Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-04-14 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin reassigned SQOOP-3158: --- Assignee: Eric Lin > Columns added to Mysql after initial sqoop import, export back to ta

[jira] [Assigned] (SQOOP-3156) PostgreSQL direct connector is ignoring --columns

2017-04-14 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin reassigned SQOOP-3156: --- Assignee: Eric Lin > PostgreSQL direct connector is ignoring --colu

[jira] [Commented] (SQOOP-3150) issue with sqoop hive import with partitions

2017-04-16 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15970334#comment-15970334 ] Eric Lin commented on SQOOP-3150: - Hi Ankit, I just did some review on the issue you raised, and I

[jira] [Commented] (SQOOP-3059) sqoop import into hive converting decimals to decimals

2017-03-14 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15923954#comment-15923954 ] Eric Lin commented on SQOOP-3059: - I believe this is duplicate of SQOOP-2272, which has a patch already

[jira] [Assigned] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-12 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin reassigned SQOOP-2272: --- Assignee: Eric Lin > Import decimal columns from mysql to hive 0

[jira] [Commented] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-12 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15906470#comment-15906470 ] Eric Lin commented on SQOOP-2272: - I will try to see if I can add a patch to this issue. > Import deci

[jira] [Updated] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-13 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2272: Attachment: SQOOP-2272.patch Allowing sqoop to convert DECIMAL to DECIMAL in Hive > Import decimal colu

[jira] [Commented] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-03-13 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15907106#comment-15907106 ] Eric Lin commented on SQOOP-2272: - Review: https://reviews.apache.org/r/57551/ > Import decimal colu

[jira] [Created] (SQOOP-3152) --map-column-hive to support DECIMAL(xx,xx)

2017-03-13 Thread Eric Lin (JIRA)
Eric Lin created SQOOP-3152: --- Summary: --map-column-hive to support DECIMAL(xx,xx) Key: SQOOP-3152 URL: https://issues.apache.org/jira/browse/SQOOP-3152 Project: Sqoop Issue Type: Bug

[jira] [Commented] (SQOOP-3152) --map-column-hive to support DECIMAL(xx,xx)

2017-03-13 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15923261#comment-15923261 ] Eric Lin commented on SQOOP-3152: - Review link: https://reviews.apache.org/r/57576/ > --map-column-h

[jira] [Updated] (SQOOP-3152) --map-column-hive to support DECIMAL(xx,xx)

2017-03-13 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3152: Attachment: SQOOP-3152.patch Patch added. > --map-column-hive to support DECIMAL(xx

[jira] [Commented] (SQOOP-3152) --map-column-hive to support DECIMAL(xx,xx)

2017-03-13 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15923260#comment-15923260 ] Eric Lin commented on SQOOP-3152: - After the patch, you will still see the following WARNING message

[jira] [Updated] (SQOOP-3158) Columns added to Mysql after initial sqoop import, export back to table with same schema fails

2017-04-18 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3158: Affects Version/s: 1.4.6 > Columns added to Mysql after initial sqoop import, export back to ta

[jira] [Commented] (SQOOP-3186) Add Sqoop1 (import + --incremental + --check-column) support for functions/expressions

2017-08-14 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16125498#comment-16125498 ] Eric Lin commented on SQOOP-3186: - [~BoglarkaEgyed], Sorry, I forgot to add to review. Now done: https

[jira] [Comment Edited] (SQOOP-3186) Add Sqoop1 (import + --incremental + --check-column) support for functions/expressions

2017-07-27 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16102926#comment-16102926 ] Eric Lin edited comment on SQOOP-3186 at 7/27/17 8:32 AM: -- First iteration, added

[jira] [Comment Edited] (SQOOP-3186) Add Sqoop1 (import + --incremental + --check-column) support for functions/expressions

2017-07-27 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16102926#comment-16102926 ] Eric Lin edited comment on SQOOP-3186 at 7/27/17 8:32 AM: -- First iteration, added

[jira] [Updated] (SQOOP-3186) Add Sqoop1 (import + --incremental + --check-column) support for functions/expressions

2017-07-27 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3186: Attachment: SQOOP-3186.patch First iteration, added "--check-column-expr" parameter to support th

[jira] [Assigned] (SQOOP-3215) Sqoop create hive table to support other formats(avro,parquet)

2017-07-26 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin reassigned SQOOP-3215: --- Assignee: Eric Lin > Sqoop create hive table to support other formats(avro,parq

[jira] [Updated] (SQOOP-2272) Import decimal columns from mysql to hive 0.14

2017-07-02 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-2272: Attachment: SQOOP-2272.5.patch Attaching latest patch based on latest trunk code changes. > Import deci

[jira] [Updated] (SQOOP-3039) Sqoop unable to export Time data "13:14:12.1234" into Time colum in RMDBS

2017-07-03 Thread Eric Lin (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lin updated SQOOP-3039: Attachment: SQOOP-3039.3.patch Attached new patch based on latest trunk code. > Sqoop unable to exp

  1   2   >