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

2017-12-05 Thread daniel voros
otherwise 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 65530: MySQL thirdparty tests hang if there's no USER environment variable

2018-02-06 Thread daniel voros
src/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 plac

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

2018-02-13 Thread daniel voros
tly set a Process variable to 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 gener

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

2018-02-21 Thread daniel voros
cle incremental 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

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 Ma

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 66277: Don't create HTML during Ivy report

2018-03-26 Thread daniel voros
t 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

Review Request 66300: Upgrade to Hadoop 3.0.0

2018-03-27 Thread daniel voros
/ Testing --- Normal and third-party unit tests. Thanks, daniel voros

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
I've corrected 2,3,4,5,6 in this commit: https://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 simpl

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

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/ >

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 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: > > --- &

Re: Review Request 66361: Implement HiveServer2 client

2018-04-13 Thread daniel voros
? ``` public HiveServer2ConnectionFactory(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, Da

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
er 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 66067: SQOOP-3052: Introduce gradle-based build for Sqoop to make it more developer friendly / open

2018-04-26 Thread daniel voros
think we should try to make contents 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) Sq

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

Review Request 67005: Version differences between ivy configurations

2018-05-08 Thread daniel voros
ersions 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

Review Request 67057: TestHiveImport is failing on Jenkins

2018-05-10 Thread daniel voros
mport.java 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
ot; instead 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

Re: Review Request 67268: Extract code using Kite into separate classes

2018-05-28 Thread daniel voros
leak outside of the kite package.) A quick question: are you planning on keeping all these abstractions after removing Kite? - daniel voros On May 25, 2018, 1:55 p.m., Szabolcs Vasas wrote: > > --- > This is an automatically ge

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

2018-06-18 Thread daniel voros
_ set? 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:4

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

2018-06-18 Thread daniel voros
e return value? 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

Re: Review Request 67629: SQOOP-3334 Improve ArgumentArrayBuilder, so arguments are replaceable

2018-06-18 Thread daniel voros
Argument class, now that we're using maps.) - daniel voros On June 18, 2018, 12:06 p.m., Fero Szabo wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.a

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

2018-06-18 Thread daniel voros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67524/#review204931 --- Ship it! Ship It! - daniel voros On June 18, 2018, 2:48 p.m

Review Request 67689: Use hive executable in (non-JDBC) Hive imports

2018-06-21 Thread daniel voros
iff: https://reviews.apache.org/r/67689/diff/1/ Testing --- run thirdparty and normal UTs, also tested on a cluster I'm removing PostgresqlExternalTableImportTest since it was relying on the CliDriver path to do an actual Hive import. Thanks, daniel voros

Review Request 67699: Splitting on integer column can create more splits than necessary

2018-06-22 Thread daniel voros
/mapreduce/db/TestIntegerSplitter.java b43fc41f Diff: https://reviews.apache.org/r/67699/diff/1/ Testing --- Corrected some tests that were flawed before and added new tests for the above mentioned (-m 2) case. ran normal UTs and thirdparties Thanks, daniel voros

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

2018-06-28 Thread daniel voros
understand we can't 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: > > ---

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 On

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 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 On

Re: Review Request 66300: Upgrade to Hadoop 3.0.0

2018-07-17 Thread daniel voros
he.hadoop.ipc.Client$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: > ht

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

2018-07-18 Thread daniel voros
x27;ve been struggling this for too 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: > >

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 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

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
multiple versions: http://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: &g

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

2018-08-29 Thread daniel voros
`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

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 68606: Error during direct Netezza import/export can interrupt process in uncontrolled ways

2018-09-03 Thread daniel voros
ExternalTableImportMapper.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

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

2018-09-03 Thread daniel voros
educe/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

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

2018-10-16 Thread daniel voros
! - 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 69433: Setting up Travis CI using Gradle test categories

2018-11-23 Thread daniel voros
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] [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 of

[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&focusedCommentId=16278274#comment-16278274 ] Daniel Voros commented on SQOOP-3267: - Hey [~BoglarkaEgyed], Thanks for

[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&focusedCommentId=16278356#comment-16278356 ] Daniel Voros commented on SQOOP-3267: - Thank you [~BoglarkaEgyed]! > Incr

[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&focusedCommentId=16280029#comment-16280029 ] Daniel Voros commented on SQOOP-3267: - [~maugli] thanks for your response. Is

[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&focusedCommentId=16333491#comment-16333491 ] Daniel Voros commented on SQOOP-3267: - [~vasas], [~maugli] thank you both for

[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&focusedCommentId=16335982#comment-16335982 ] Daniel Voros commented on SQOOP-3267: - [~vasas], thanks for your reply! The cur

[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&focusedCommentId=16337400#comment-16337400 ] Daniel Voros commented on SQOOP-3280: - Hi [~nitish.khanna]! Thank you for repor

[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&focusedCommentId=16337485#comment-16337485 ] Daniel Voros commented on SQOOP-3267: - All right, [~vasas], agreed. (: I'll

[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 discusse

[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&focusedCommentId=16337614#comment-16337614 ] Daniel Voros commented on SQOOP-3267: - I'm linking this to SQOOP-3276, whe

[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:

[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 env

[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&focusedCommentId=16353780#comment-16353780 ] Daniel Voros commented on SQOOP-3283: - Attached patch #1. This uses 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&focusedCommentId=16353790#comment-16353790 ] Daniel Voros commented on SQOOP-3283: - Adding review request link. >

[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 env

[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&focusedCommentId=16362431#comment-16362431 ] Daniel Voros commented on SQOOP-3283: - Attached patch #2 after review from [~

[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&focusedCommentId=16365535#comment-16365535 ] Daniel Voros commented on SQOOP-3283: - Thanks for the review [~maugli] and [~

[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-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&focusedCommentId=16367417#comment-16367417 ] Daniel Voros commented on SQOOP-3267: - Attached patch #2. This introduces the --h

[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:

[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

[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&focusedCommentId=16371480#comment-16371480 ] Daniel Voros commented on SQOOP-3288: - [~maugli], I've attached added the li

[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&focusedCommentId=16371502#comment-16371502 ] Daniel Voros commented on SQOOP-3288: - [~maugli] it's the other way around

[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&focusedCommentId=16371594#comment-16371594 ] Daniel Voros commented on SQOOP-3288: - [~maugli], oh I've see, sorry I d

[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&focusedCommentId=16371594#comment-16371594 ] Daniel Voros edited comment on SQOOP-3288 at 2/21/18 4:1

[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&focusedCommentId=16371674#comment-16371674 ] Daniel Voros commented on SQOOP-3288: - Great, thank you [~maugli]! > Incr

[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&focusedCommentId=16372870#comment-16372870 ] Daniel Voros commented on SQOOP-3267: - Thank you all! > Incremental import t

[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&focusedCommentId=16374368#comment-16374368 ] Daniel Voros commented on SQOOP-3289: - Anyone reading this, please drop a note

[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&focusedCommentId=16374368#comment-16374368 ] Daniel Voros edited comment on SQOOP-3289 at 2/23/18 1:5

[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-3289) Add .travis.yml

2018-02-26 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377022#comment-16377022 ] Daniel Voros commented on SQOOP-3289: - Thanks for your response [~maugli

[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

[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&focusedCommentId=16383703#comment-16383703 ] Daniel Voros commented on SQOOP-3291: - Attached review request

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

2018-03-07 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390860#comment-16390860 ] Daniel Voros commented on SQOOP-3289: - Thank you both for your comments!

[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&focusedCommentId=16393081#comment-16393081 ] Daniel Voros commented on SQOOP-3291: - Thank you [~venkatnra

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

2018-03-09 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393199#comment-16393199 ] Daniel Voros commented on SQOOP-3289: - Hi [~BoglarkaEgyed], Thanks for you re

[jira] [Created] (SQOOP-3305) Upgrade to Hadoop 3.0.0

2018-03-26 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3305: --- Summary: Upgrade to Hadoop 3.0.0 Key: SQOOP-3305 URL: https://issues.apache.org/jira/browse/SQOOP-3305 Project: Sqoop Issue Type: Task Reporter

[jira] [Created] (SQOOP-3307) Don't create HTML during Ivy report

2018-03-26 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3307: --- Summary: Don't create HTML during Ivy report Key: SQOOP-3307 URL: https://issues.apache.org/jira/browse/SQOOP-3307 Project: Sqoop Issue Type: Task Af

[jira] [Commented] (SQOOP-3307) Don't create HTML during Ivy report

2018-03-26 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413747#comment-16413747 ] Daniel Voros commented on SQOOP-3307: - Attaching review request. > Don't

[jira] [Commented] (SQOOP-3305) Upgrade to Hadoop 3.0.0

2018-03-27 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415267#comment-16415267 ] Daniel Voros commented on SQOOP-3305: - Attached review request. > Upgrade to

[jira] [Created] (SQOOP-3311) Importing as ORC file to support full ACID Hive tables

2018-04-06 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3311: --- Summary: Importing as ORC file to support full ACID Hive tables Key: SQOOP-3311 URL: https://issues.apache.org/jira/browse/SQOOP-3311 Project: Sqoop Issue

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

2018-04-06 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: Summary: Upgrade to Hadoop 3, Hive 3, and HBase 2 (was: Upgrade to Hadoop 3.0.0) I'm adding

[jira] [Commented] (SQOOP-3311) Importing as ORC file to support full ACID Hive tables

2018-04-11 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433797#comment-16433797 ] Daniel Voros commented on SQOOP-3311: - Attached review request. > Importing

[jira] [Commented] (SQOOP-2192) SQOOP IMPORT/EXPORT for the ORC file HIVE TABLE Failing

2018-04-13 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16436935#comment-16436935 ] Daniel Voros commented on SQOOP-2192: - [~Ankush] please refer to SQOOP-3311 for

[jira] [Resolved] (SQOOP-2878) Sqoop import into Hive transactional tables

2018-04-13 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Voros resolved SQOOP-2878. - Resolution: Duplicate See SQOOP-3311. > Sqoop import into Hive transactional tab

[jira] [Commented] (SQOOP-3312) Can not export column data named `value` from hive to mysql

2018-04-15 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439047#comment-16439047 ] Daniel Voros commented on SQOOP-3312: - [~zimmem] I think this is the same as S

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

2018-04-16 Thread Daniel Voros (JIRA)
Daniel Voros created SQOOP-3313: --- Summary: Remove Kite dependency Key: SQOOP-3313 URL: https://issues.apache.org/jira/browse/SQOOP-3313 Project: Sqoop Issue Type: Improvement

[jira] [Commented] (SQOOP-3314) Sqoop doesn't display full log on console

2018-04-17 Thread Daniel Voros (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16440999#comment-16440999 ] Daniel Voros commented on SQOOP-3314: - Hi [~shailu.lahar], thank you for repor

  1   2   >