[jira] [Commented] (SQOOP-3149) Sqoop incremental import - NULL column updates are not pulled into HBase table

2017-08-02 Thread Lakshman (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110868#comment-16110868 ] Lakshman commented on SQOOP-3149: - Hi, Could you please provide the jar to fix this issue. > Sqoop

[jira] [Commented] (SQOOP-3199) Sqoop 1.4.7 release preparation

2017-08-02 Thread Boglarka Egyed (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110843#comment-16110843 ] Boglarka Egyed commented on SQOOP-3199: --- Hey [~maugli], I ran the tests and I can confirm that

Re: Changing behavior on trunk

2017-08-02 Thread Anna Szonyi
Hi All, As no one voiced any concerns, I will commit the change tomorrow morning. Thanks, Anna On Wed, Jul 26, 2017 at 2:36 PM, Boglarka Egyed wrote: > Hi All, > > +1 to Szabi's comment. As it is a bugfix I wouldn't think that a new option > should be introduced to switch

Review Request 61372: Expanded Metastore support for MySql, Oracle, Postgresql, MSSql, and DB2

2017-08-02 Thread Zach Berkowitz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61372/ --- Review request for Sqoop. Bugs: SQOOP-3216

[jira] [Updated] (SQOOP-3216) Expanded Metastore support for MySql, Oracle, Postgresql, MSSql, and DB2

2017-08-02 Thread Zach Berkowitz (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach Berkowitz updated SQOOP-3216: -- Attachment: SQOOP-3216.patch > Expanded Metastore support for MySql, Oracle, Postgresql, MSSql,

[jira] [Created] (SQOOP-3216) Expanded Metastore support for MySql, Oracle, Postgresql, MSSql, and DB2

2017-08-02 Thread Zach Berkowitz (JIRA)
Zach Berkowitz created SQOOP-3216: - Summary: Expanded Metastore support for MySql, Oracle, Postgresql, MSSql, and DB2 Key: SQOOP-3216 URL: https://issues.apache.org/jira/browse/SQOOP-3216 Project:

[GitHub] sqoop pull request #38: Metastore

2017-08-02 Thread szvasas
Github user szvasas commented on a diff in the pull request: https://github.com/apache/sqoop/pull/38#discussion_r130811043 --- Diff: src/java/org/apache/sqoop/metastore/GenericJobStorage.java --- @@ -675,6 +736,14 @@ private void initV0Schema() throws SQLException { }

[GitHub] sqoop pull request #38: Metastore

2017-08-02 Thread szvasas
Github user szvasas commented on a diff in the pull request: https://github.com/apache/sqoop/pull/38#discussion_r130806000 --- Diff: src/docs/user/metastore-purpose.txt --- @@ -22,6 +22,7 @@ Multiple users and/or remote users can define and execute saved jobs (created with

[GitHub] sqoop pull request #38: Metastore

2017-08-02 Thread szvasas
Github user szvasas commented on a diff in the pull request: https://github.com/apache/sqoop/pull/38#discussion_r130812016 --- Diff: src/java/org/apache/sqoop/tool/JobTool.java --- @@ -369,6 +366,61 @@ public void applyOptions(CommandLine in, SqoopOptions out) } }

[GitHub] sqoop pull request #38: Metastore

2017-08-02 Thread szvasas
Github user szvasas commented on a diff in the pull request: https://github.com/apache/sqoop/pull/38#discussion_r130810721 --- Diff: src/java/org/apache/sqoop/metastore/GenericJobStorage.java --- @@ -666,6 +722,11 @@ private void createJobTable() throws SQLException { */

[GitHub] sqoop pull request #38: Metastore

2017-08-02 Thread szvasas
Github user szvasas commented on a diff in the pull request: https://github.com/apache/sqoop/pull/38#discussion_r130807571 --- Diff: src/java/org/apache/sqoop/manager/CubridManager.java --- @@ -44,7 +44,7 @@ // driver class to ensure is loaded when making db