Review Request 64333: Incremental import to HBase deletes only last version of column

2017-12-05 Thread daniel voros
usually recommended). Diffs - src/java/org/apache/sqoop/hbase/ToStringPutTransformer.java 20bf1b96c369613672725e171fe9dc0469feb294 Diff: https://reviews.apache.org/r/64333/diff/1/ Testing --- Thanks, daniel voros

Review Request 67057: TestHiveImport is failing on Jenkins

2018-05-10 Thread daniel voros
bc19b697 Diff: https://reviews.apache.org/r/67057/diff/1/ Testing --- Run TestHiveImport. Thanks, daniel voros

Re: Review Request 67086: SQOOP-3324 Document SQOOP-816: Sqoop add support for external Hive tables

2018-05-11 Thread daniel voros
tead of "flag" if it takes an argument. src/docs/user/hive.txt Lines 127 (patched) <https://reviews.apache.org/r/67086/#comment284981> I think this command misses "import --hive-import" after "sqoop".

Re: Review Request 67086: SQOOP-3324 Document SQOOP-816: Sqoop add support for external Hive tables

2018-05-11 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67086/#review202947 --- Ship it! Ship It! - daniel voros On May 11, 2018, 1:58 p.m

Review Request 67005: Version differences between ivy configurations

2018-05-08 Thread daniel voros
are the same - checked unit tests just to be on the safe side, test versions weren't changed though (all passed apart from known issues in SQOOP-3321) Thanks, daniel voros

Re: Review Request 67628: Implement an alternative solution for Parquet reading and writing

2018-06-18 Thread daniel voros
src/test/org/apache/sqoop/TestParquetImport.java Lines 152 (patched) <https://reviews.apache.org/r/67628/#comment287713> Why is this expected to fail? Could you please add some Javadoc? - daniel voros On June 18, 2018, 9:49 a.m., Sz

Re: Review Request 67524: SQOOP-3333 Change default behavior of the MS SQL connector to non-resilient.

2018-06-18 Thread daniel voros
alue? src/test/org/apache/sqoop/manager/sqlserver/TestSqlServerManagerContextConfigurator.java Lines 119 (patched) <https://reviews.apache.org/r/67524/#comment287718> Could this be a @Before method since it's called from every TC? - daniel voros On Jun

Re: Review Request 66548: Importing as ORC file to support full ACID Hive tables

2018-05-02 Thread daniel voros
ION src/test/org/apache/sqoop/util/TestOrcUtil.java PRE-CREATION Diff: https://reviews.apache.org/r/66548/diff/6/ Changes: https://reviews.apache.org/r/66548/diff/5-6/ Testing --- - added some unit tests - tested basic Hive import scenarios on a cluster Thanks, daniel voros

Re: Review Request 66067: SQOOP-3052: Introduce gradle-based build for Sqoop to make it more developer friendly / open

2018-04-26 Thread daniel voros
of lib/ the same. One difference I've spotted is that we're not excluding parquet-hive-bundle from kite as we [used to](https://github.com/apache/sqoop/blob/72c5cd717e3fad6d5f5a3a2b3d185ffbacd876cf/ivy.xml#L118). 4) SqoopVersion.java is now included. I think it makes

Review Request 65530: MySQL thirdparty tests hang if there's no USER environment variable

2018-02-06 Thread daniel voros
c/test/org/apache/sqoop/manager/mysql/MySQLTestUtils.java 25dbe9d Diff: https://reviews.apache.org/r/65530/diff/1/ Testing --- Run `org.apache.sqoop.manager.mysql.MySQLCompatTest`. Failed with timout without the patch. All 46 test cases pass in ~45 seconds with the patch in place. Thank

Re: Review Request 65530: MySQL thirdparty tests hang if there's no USER environment variable

2018-02-13 Thread daniel voros
null, it won't be destroyed. I believe setting it to null is not necessary for the subprocess to terminate, calling waitFor() will block until it exits. - daniel --- This is an automatically generated e-mail. To reply, visit: https

Review Request 65734: Incremental import's upper bound ignores session time zone in Oracle

2018-02-21 Thread daniel voros
tests - tested on a cluster with saved and non-saved job as well Thanks, daniel voros

Review Request 65771: Add .travis.yml

2018-02-23 Thread daniel voros
us this extra step. Diffs - .travis.yml PRE-CREATION Diff: https://reviews.apache.org/r/65771/diff/1/ Testing --- See https://travis-ci.org/dvoros/sqoop/builds Thanks, daniel voros

Re: Review Request 68316: Debug toString() methods of OraOopOracleDataChunk

2018-08-15 Thread daniel voros
(this, ToStringStyle.MULTI_LINE_STYLE); } ``` If you decide to keep the current solution, I'd recommend replacing `super.getId()` with `getId()` in the toString methods. Regards, Daniel - daniel voros On Aug. 14, 2018, 12:53 p.m., Nguyen Truong wrote

Re: Review Request 68316: Debug toString() methods of OraOopOracleDataChunk

2018-08-16 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68316/#review207395 --- Ship it! Ship It! - daniel voros On Aug. 15, 2018, 3:21 p.m

Re: Review Request 68382: Upgrade Gradle version to 4.9

2018-08-21 Thread daniel voros
://central.maven.org/maven2/org/apache/sqoop/sqoop/1.4.6/) - daniel voros On Aug. 16, 2018, 2:37 p.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 68541: SQOOP-3104: Create test categories instead of test suites and naming conventions

2018-08-29 Thread daniel voros
` and `integrationPlainTest`. My only concern is forgetting to apply `@Category` on future test classes. We wouldn't execute without that, right? Any ideas how to prevent this from happening? - daniel voros On Aug. 28, 2018, 3:52 p.m., Nguyen Truong wrote

Re: Review Request 66300: Upgrade to Hadoop 3.0.0

2018-07-17 Thread daniel voros
$Connection.setupIOstreams(Client.java:794) ... 36 more ``` - daniel voros On March 27, 2018, 8:50 a.m., daniel voros wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 67929: Remove Kite dependency from the Sqoop project

2018-07-18 Thread daniel voros
long, and a fresh pair of eyes might help spot some other options! Can you please take a look and validate what I've found? Regards, Daniel - daniel voros On July 16, 2018, 3:56 p.m., Szabolcs Vasas wrote: > > --- > This is an auto

Re: Review Request 67971: SQOOP-3346: Upgrade Hadoop version to 2.8.0

2018-07-19 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67971/#review206236 --- Ship it! Ship It! - daniel voros On July 19, 2018, 9 a.m

Re: Review Request 67929: Remove Kite dependency from the Sqoop project

2018-07-19 Thread daniel voros
it! - daniel voros On July 19, 2018, 1:52 p.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 67873: Add Hive support to the new Parquet writing implementation

2018-07-14 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67873/#review206088 --- Ship it! Looks good, thank you! Ship it! - daniel voros

Re: Review Request 66548: Importing as ORC file to support full ACID Hive tables

2018-04-11 Thread daniel voros
changes to support ORC importing. I'll add documentation and extend the tests with thridparty tests etc. but wanted to share to get feedback early on. - daniel voros On April 11, 2018, 12:02 p.m., daniel voros wrote

Review Request 66548: Importing as ORC file to support full ACID Hive tables

2018-04-11 Thread daniel voros
va 0cc07cf src/test/org/apache/sqoop/util/TestOrcUtil.java PRE-CREATION Diff: https://reviews.apache.org/r/66548/diff/1/ Testing --- - added some unit tests - tested basic Hive import scenarios on a cluster Thanks, daniel voros

Re: Review Request 66361: Implement HiveServer2 client

2018-04-13 Thread daniel voros
ory(String connectionString) { this(connectionString, null, null); } ``` Also, it might make sense to use the --hs2-user parameter in the non-kerberized case as well. Like beeline allows you to override user with `-n username`. What do you think? Regards, Daniel - daniel voros On April 12, 2018

Re: Review Request 66361: Implement HiveServer2 client

2018-04-16 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66361/#review201202 --- Ship it! Ship It! - daniel voros On April 16, 2018, 9:12

Re: Review Request 66761: SQOOP-3318: Remove Kite dependency from test cases

2018-04-23 Thread daniel voros
in production code when removing Kite from the rest of the codebase? If we will, than it probably makes sense to move it under src/java now. - daniel voros On April 23, 2018, 12:21 p.m., Szabolcs Vasas wrote

Re: Review Request 66300: Upgrade to Hadoop 3.0.0

2018-03-27 Thread daniel voros
https://github.com/dvoros/sqoop/pull/4. - daniel voros On March 27, 2018, 8:50 a.m., daniel voros wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 66067: SQOOP-3052: Introduce gradle-based build for Sqoop to make it more developer friendly / open

2018-03-28 Thread daniel voros
tps://github.com/dvoros/sqoop/commit/47e361829b1004bdedd6f5c223332e3fb8b85696 What's the reasoning behind using Gradle 3.5.1? Shouldn't we use 4.x? (I've successfully executed a simple build with 4.6) Regards, Daniel - daniel voros On March 23,

Re: Review Request 66282: Mock ConnManager field in TestTableDefWriter

2018-03-28 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66282/#review200121 --- Ship it! Ship It! - daniel voros On March 27, 2018, noon

Review Request 66277: Don't create HTML during Ivy report

2018-03-26 Thread daniel voros
and is easier to read. Diffs - build.xml d85cf71 Diff: https://reviews.apache.org/r/66277/diff/1/ Testing --- `ant clean report` Thanks, daniel voros

Re: Review Request 66282: Mock ConnManager field in TestTableDefWriter

2018-03-26 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66282/#review199972 --- Ship it! Nice addition, ship it! - daniel voros On March 26

Re: Review Request 66300: Upgrade to Hadoop 3.0.0

2018-04-03 Thread daniel voros
eviews.apache.org/r/66300/#review200113 --- On March 27, 2018, 8:50 a.m., daniel voros wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66300/ >

Re: Review Request 66195: Implement JDBC and Kerberos tools for HiveServer2 support

2018-03-23 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66195/#review199880 --- Ship it! Ship It! - daniel voros On March 21, 2018, 12:48

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

2018-03-02 Thread daniel voros
Thanks, daniel voros

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

2018-03-02 Thread daniel voros
import - creats isolated classloader for Hive import, since Hive was polluting its classloader that caused trouble in Atlas' SqoopHook - changes PublishJobData#publishJobData to accept class name as its first argument instead of unnecessary Configuration object - daniel voros On March 2

Re: Review Request 67675: SQOOP-3332 Extend Documentation of --resilient flag and add warning message when detected

2018-06-28 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67675/#review205504 --- Ship it! Ship It! - daniel voros On June 28, 2018, 12:29

Re: Review Request 67675: SQOOP-3332 Extend Documentation of --resilient flag and add warning message when detected

2018-06-28 Thread daniel voros
enforce the uniqeness and ascending order though, so keeping some kind of warning could make sense too. What do you think? Regards, Daniel - daniel voros On June 25, 2018, 3:17 p.m., Fero Szabo wrote: > > --- > This is an auto

Re: Review Request 67628: Implement an alternative solution for Parquet reading and writing

2018-06-28 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67628/#review205495 --- Ship it! Thanks for the updates! Ship it! - daniel voros

Re: Review Request 68687: SQOOP-3381 Upgrade the Parquet library

2018-10-16 Thread daniel voros
it! - daniel voros On Oct. 16, 2018, 9:37 a.m., Fero Szabo wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68687/ > --

Re: Review Request 68569: HiveMiniCluster does not restore hive-site.xml location

2018-09-03 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68569/#review208249 --- Ship it! Ship It! - daniel voros On Aug. 30, 2018, 11:27

Review Request 68607: Sqoop import with Netezza --direct fails properly but also produces NPE

2018-09-03 Thread daniel voros
/netezza/NetezzaExternalTableExportJob.java 11ac95df src/test/org/apache/sqoop/mapreduce/netezza/TestNetezzaExternalTableExportJob.java PRE-CREATION Diff: https://reviews.apache.org/r/68607/diff/1/ Testing --- added UT Thanks, daniel voros

Review Request 68606: Error during direct Netezza import/export can interrupt process in uncontrolled ways

2018-09-03 Thread daniel voros
.java PRE-CREATION Diff: https://reviews.apache.org/r/68606/diff/1/ Testing --- added new UTs and checked manual Netezza tests (NetezzaExportManualTest, NetezzaImportManualTest) Thanks, daniel voros

Re: Review Request 69433: Setting up Travis CI using Gradle test categories

2018-11-23 Thread daniel voros
this can truly make a difference for present and future developers. (: Ship it! - daniel voros On Nov. 23, 2018, 10:33 a.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://review

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2017-12-05 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16278274#comment-16278274 ] Daniel Voros commented on SQOOP-3267: - Hey [~BoglarkaEgyed], Thanks for your response. I've created

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2017-12-05 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16278356#comment-16278356 ] Daniel Voros commented on SQOOP-3267: - Thank you [~BoglarkaEgyed]! > Incremental import to HB

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2017-12-06 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16280029#comment-16280029 ] Daniel Voros commented on SQOOP-3267: - [~maugli] thanks for your response. Is the intention behind

[jira] [Created] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2017-12-01 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3267: --- Summary: Incremental import to HBase deletes only last version of column Key: SQOOP-3267 URL: https://issues.apache.org/jira/browse/SQOOP-3267 Project: Sqoop

[jira] [Updated] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2017-12-04 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3267: Attachment: SQOOP-3267.1.patch Attaching patch #1. This uses {{Delete#deleteColumns()}} instead

[jira] [Updated] (SQOOP-3322) Version differences between ivy configurations

2018-05-07 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3322: Description: We have multiple ivy configurations defined in ivy.xml. - The {{redist

[jira] [Commented] (SQOOP-3321) TestHiveImport is failing on Jenkins

2018-05-04 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463608#comment-16463608 ] Daniel Voros commented on SQOOP-3321: - [~BoglarkaEgyed] this is failing for me on Linux as well. I

[jira] [Created] (SQOOP-3323) Use beeline in (non-JDBC) Hive imports

2018-05-10 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3323: --- Summary: Use beeline in (non-JDBC) Hive imports Key: SQOOP-3323 URL: https://issues.apache.org/jira/browse/SQOOP-3323 Project: Sqoop Issue Type: Improvement

[jira] [Commented] (SQOOP-3321) TestHiveImport is failing on Jenkins

2018-05-10 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470349#comment-16470349 ] Daniel Voros commented on SQOOP-3321: - Thank you [~fero]! I've attached a patch on the RB

[jira] [Updated] (SQOOP-3313) Remove Kite dependency

2018-05-10 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3313: Fix Version/s: 3.0.0 > Remove Kite dependency > -- > >

[jira] [Updated] (SQOOP-3305) Upgrade to Hadoop 3, Hive 3, and HBase 2

2018-05-10 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3305: Fix Version/s: 3.0.0 > Upgrade to Hadoop 3, Hive 3, and HBas

[jira] [Updated] (SQOOP-3323) Use beeline in (non-JDBC) Hive imports

2018-05-10 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3323: Affects Version/s: 3.0.0 Fix Version/s: 3.0.0 Thank you! > Use beeline in (non-JDBC) H

[jira] [Updated] (SQOOP-3322) Version differences between ivy configurations

2018-05-10 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3322: Fix Version/s: 3.0.0 > Version differences between ivy configurati

[jira] [Commented] (SQOOP-3322) Version differences between ivy configurations

2018-05-08 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16467355#comment-16467355 ] Daniel Voros commented on SQOOP-3322: - One more thing I'd include in this ticket is bumping (defining

[jira] [Commented] (SQOOP-3322) Version differences between ivy configurations

2018-05-08 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16467438#comment-16467438 ] Daniel Voros commented on SQOOP-3322: - Attaching review request. > Version differences between

[jira] [Commented] (SQOOP-3317) org.apache.sqoop.validation.RowCountValidator in live RDBMS system

2018-05-04 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463723#comment-16463723 ] Daniel Voros commented on SQOOP-3317: - Hi [~srikumaran.t], thank you for reporting this! As far as I

[jira] [Created] (SQOOP-3322) Version differences between ivy configurations

2018-05-04 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3322: --- Summary: Version differences between ivy configurations Key: SQOOP-3322 URL: https://issues.apache.org/jira/browse/SQOOP-3322 Project: Sqoop Issue Type: Bug

[jira] [Resolved] (SQOOP-2471) Support arrays and structs datatypes with Sqoop Hcatalog integration

2018-05-30 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros resolved SQOOP-2471. - Resolution: Duplicate I believe this has been superseded by SQOOP-2935. > Support arr

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2018-01-21 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16333491#comment-16333491 ] Daniel Voros commented on SQOOP-3267: - [~vasas], [~maugli] thank you both for your replies! I agree

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2018-01-24 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16337614#comment-16337614 ] Daniel Voros commented on SQOOP-3267: - I'm linking this to SQOOP-3276, where we can implement the null

[jira] [Created] (SQOOP-3283) MySQL thirdparty tests hang if there's no USER environment variable

2018-02-06 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3283: --- Summary: MySQL thirdparty tests hang if there's no USER environment variable Key: SQOOP-3283 URL: https://issues.apache.org/jira/browse/SQOOP-3283 Project: Sqoop

[jira] [Updated] (SQOOP-3283) MySQL thirdparty tests hang if there's no USER environment variable

2018-02-06 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3283: Attachment: SQOOP-3283.1.patch > MySQL thirdparty tests hang if there's no USER environm

[jira] [Commented] (SQOOP-3283) MySQL thirdparty tests hang if there's no USER environment variable

2018-02-06 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353780#comment-16353780 ] Daniel Voros commented on SQOOP-3283: - Attached patch #1. This uses try-with-resources instead of try

[jira] [Commented] (SQOOP-3283) MySQL thirdparty tests hang if there's no USER environment variable

2018-02-06 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353790#comment-16353790 ] Daniel Voros commented on SQOOP-3283: - Adding review request link. > MySQL thirdparty tests h

[jira] [Commented] (SQOOP-3283) MySQL thirdparty tests hang if there's no USER environment variable

2018-02-13 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362431#comment-16362431 ] Daniel Voros commented on SQOOP-3283: - Attached patch #2 after review from [~fero]. This fallbacks

[jira] [Updated] (SQOOP-3283) MySQL thirdparty tests hang if there's no USER environment variable

2018-02-13 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3283: Attachment: SQOOP-3283.2.patch > MySQL thirdparty tests hang if there's no USER environm

[jira] [Commented] (SQOOP-3283) MySQL thirdparty tests hang if there's no USER environment variable

2018-02-15 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365535#comment-16365535 ] Daniel Voros commented on SQOOP-3283: - Thanks for the review [~maugli] and [~fero]! [~maugli] thanks

[jira] [Commented] (SQOOP-3288) Incremental import's upper bound ignores session time zone in Oracle

2018-02-21 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371480#comment-16371480 ] Daniel Voros commented on SQOOP-3288: - [~maugli], I've attached added the link to the review request

[jira] [Commented] (SQOOP-3288) Incremental import's upper bound ignores session time zone in Oracle

2018-02-21 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371502#comment-16371502 ] Daniel Voros commented on SQOOP-3288: - [~maugli] it's the other way around. We were getting the OS

[jira] [Updated] (SQOOP-3288) Incremental import's upper bound ignores session time zone in Oracle

2018-02-20 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3288: Attachment: SQOOP-3288.1.patch > Incremental import's upper bound ignores session time z

[jira] [Created] (SQOOP-3288) Incremental import's upper bound ignores session time zone in Oracle

2018-02-19 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3288: --- Summary: Incremental import's upper bound ignores session time zone in Oracle Key: SQOOP-3288 URL: https://issues.apache.org/jira/browse/SQOOP-3288 Project: Sqoop

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2018-02-16 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16367417#comment-16367417 ] Daniel Voros commented on SQOOP-3267: - Attached patch #2. This introduces the --hbase-null-incremental

[jira] [Updated] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2018-02-16 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3267: Attachment: SQOOP-3267.2.patch > Incremental import to HBase deletes only last version of col

[jira] [Commented] (SQOOP-3288) Incremental import's upper bound ignores session time zone in Oracle

2018-02-21 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371674#comment-16371674 ] Daniel Voros commented on SQOOP-3288: - Great, thank you [~maugli]! > Incremental import's upper bo

[jira] [Comment Edited] (SQOOP-3288) Incremental import's upper bound ignores session time zone in Oracle

2018-02-21 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371594#comment-16371594 ] Daniel Voros edited comment on SQOOP-3288 at 2/21/18 4:11 PM: -- [~maugli], oh

[jira] [Commented] (SQOOP-3288) Incremental import's upper bound ignores session time zone in Oracle

2018-02-21 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371594#comment-16371594 ] Daniel Voros commented on SQOOP-3288: - [~maugli], oh I've see, sorry I didn't get your point! I

[jira] [Created] (SQOOP-3289) Add .travis.yml

2018-02-23 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3289: --- Summary: Add .travis.yml Key: SQOOP-3289 URL: https://issues.apache.org/jira/browse/SQOOP-3289 Project: Sqoop Issue Type: Task Components: build

[jira] [Commented] (SQOOP-3289) Add .travis.yml

2018-02-23 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374368#comment-16374368 ] Daniel Voros commented on SQOOP-3289: - Anyone reading this, please drop a note and let me know what

[jira] [Comment Edited] (SQOOP-3289) Add .travis.yml

2018-02-23 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16374368#comment-16374368 ] Daniel Voros edited comment on SQOOP-3289 at 2/23/18 1:55 PM: -- Anyone reading

[jira] [Updated] (SQOOP-3289) Add .travis.yml

2018-02-23 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3289: Fix Version/s: (was: 1.4.7) 1.5.0 > Add .travis.

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2018-02-22 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16372870#comment-16372870 ] Daniel Voros commented on SQOOP-3267: - Thank you all! > Incremental import to HBase deletes only l

[jira] [Updated] (SQOOP-3323) Use hive executable in (non-JDBC) Hive imports

2018-06-21 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3323: Description: When doing Hive imports the old way (not via JDBC that was introduced in SQOOP-3309

[jira] [Created] (SQOOP-3336) Splitting on integer column can create more splits than necessary

2018-06-21 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3336: --- Summary: Splitting on integer column can create more splits than necessary Key: SQOOP-3336 URL: https://issues.apache.org/jira/browse/SQOOP-3336 Project: Sqoop

[jira] [Commented] (SQOOP-3323) Use hive executable in (non-JDBC) Hive imports

2018-06-22 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520178#comment-16520178 ] Daniel Voros commented on SQOOP-3323: - Attached review request. > Use hive executable in (non-J

[jira] [Commented] (SQOOP-3336) Splitting on integer column can create more splits than necessary

2018-06-22 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520176#comment-16520176 ] Daniel Voros commented on SQOOP-3336: - Attached review request. This also affects splitting on date

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

2018-08-28 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16594718#comment-16594718 ] Daniel Voros commented on SQOOP-3042: - [~amjosh911] it is going to be included in the next release we

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

2018-08-28 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16594827#comment-16594827 ] Daniel Voros commented on SQOOP-3042: - [~amjosh911] use the `--bindir` option, see [here|https

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

2018-08-29 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16596026#comment-16596026 ] Daniel Voros commented on SQOOP-3042: - [~amjosh911] could you please open a new ticket

[jira] [Resolved] (SQOOP-3342) rformat.batalldata:assignee = currentUser() AND resolution = Unresolved order by updated DESC

2018-07-17 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros resolved SQOOP-3342. - Resolution: Invalid see INFRA-16778 > rformat.batalldata:assignee = currentU

[jira] [Resolved] (SQOOP-3343) format all DTA.bat SQOOP

2018-07-17 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros resolved SQOOP-3343. - Resolution: Invalid see INFRA-16778 > format all DTA.bat SQ

[jira] [Updated] (SQOOP-3052) Introduce Gradle based build for Sqoop to make it more developer friendly / open

2018-07-23 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros updated SQOOP-3052: Summary: Introduce Gradle based build for Sqoop to make it more developer friendly / open

[jira] [Commented] (SQOOP-3346) Upgrade Hadoop version to 2.8.0

2018-07-19 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16549011#comment-16549011 ] Daniel Voros commented on SQOOP-3346: - Yes, I agree with you. Don't block this until SQOOP-3305

[jira] [Commented] (SQOOP-3280) Sqoop import with time data type from mysql is not working as expected.

2018-01-24 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16337400#comment-16337400 ] Daniel Voros commented on SQOOP-3280: - Hi [~nitish.khanna]! Thank you for reporting

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2018-01-23 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335982#comment-16335982 ] Daniel Voros commented on SQOOP-3267: - [~vasas], thanks for your reply! The current implementation

[jira] [Commented] (SQOOP-3267) Incremental import to HBase deletes only last version of column

2018-01-24 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16337485#comment-16337485 ] Daniel Voros commented on SQOOP-3267: - All right, [~vasas], agreed. (: I'll submit a patch

[jira] [Assigned] (SQOOP-3276) Enable import of null columns to HBase

2018-01-24 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros reassigned SQOOP-3276: --- Assignee: Daniel Voros Hi [~elkarel]! Thanks for reporting this! We've just discussed

  1   2   >