Re: Review Request: SQOOP-481 Sqoop import with --hive-import using wrong column names in --columns throws a NPE

2012-06-01 Thread Jarek Cecho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4974/#review8289 --- Ship it! - Jarek On 2012-05-27 20:30:12, Cheolsoo Park wrote:

[jira] [Commented] (SQOOP-481) Sqoop import with --hive-import using wrong column names in --columns throws a NPE

2012-06-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287519#comment-13287519 ] Hudson commented on SQOOP-481: -- Integrated in Sqoop-ant-jdk-1.6 #117 (See

[jira] [Updated] (SQOOP-451) Add new options for format masks for date, time, and timestamp

2012-06-01 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated SQOOP-451: Attachment: SQOOP-451-2.patch Add new options for format masks for date, time, and timestamp

[jira] [Updated] (SQOOP-467) Add support for Oracle BINARY_FLOAT and BINARY_DOUBLE data types

2012-06-01 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated SQOOP-467: Attachment: SQOOP-467-2.patch Add support for Oracle BINARY_FLOAT and BINARY_DOUBLE data types

Re: Review Request: SQOOP-476 If table name is a qualified name, Sqoop import fails in DB2

2012-06-01 Thread Bilung Lee
On 2012-05-15 22:28:27, Bilung Lee wrote: Thanks for the patch! It looks good overall. One comment though. It seems that two DB2 record readers are provided, but only one of them is actually used by the Db2Manager and is tested by the test case. Unless the generic JDBC manager

Re: Review Request: SQOOP-476 If table name is a qualified name, Sqoop import fails in DB2

2012-06-01 Thread Bilung Lee
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4674/#review8293 --- - Bilung On 2012-05-27 19:15:12, Cheolsoo Park wrote:

[jira] [Commented] (SQOOP-487) InformationSchemaManager.getPrimaryKeyQuery can take a very long time for large mysql table with partitions

2012-06-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287608#comment-13287608 ] Hudson commented on SQOOP-487: -- Integrated in Sqoop-ant-jdk-1.6 #119 (See

[jira] [Commented] (SQOOP-480) MS SQL server connector is incompatible with Sqoop-1.4

2012-06-01 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287740#comment-13287740 ] Cheolsoo Park commented on SQOOP-480: - After having a discussion with Bilung, I wrote a

Re: Review Request: SQOOP-451 Add new options for format masks for date, time, and timestamp

2012-06-01 Thread Cheolsoo Park
On 2012-06-01 20:46:09, Bilung Lee wrote: Thanks for the work! Two comments: - Look like you touch the ClassWriter class. Any backward compatibility concerns? - Could you also include some doc in the user guide for these new options? Hi Bilung, Thanks for reviewing my patch. To