[jira] [Updated] (SQOOP-3487) Remove unintentionally added rowkeys (via PUT in ToStringPutTransformer.java) during HBase (incremental) import

2021-03-16 Thread Attila Szabo (Jira)
[ https://issues.apache.org/jira/browse/SQOOP-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3487: Affects Version/s: (was: no-release) 1.4.7 > Remove unintentiona

[jira] [Updated] (SQOOP-3487) Remove unintentionally added rowkeys (via PUT in ToStringPutTransformer.java) during HBase (incremental) import

2021-03-16 Thread Attila Szabo (Jira)
[ https://issues.apache.org/jira/browse/SQOOP-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3487: Fix Version/s: (was: no-release) 1.5.0 > Remove unintentionally ad

[jira] [Commented] (SQOOP-3487) Remove unintentionally added rowkeys (via PUT in ToStringPutTransformer.java) during HBase (incremental) import

2021-03-16 Thread Attila Szabo (Jira)
[ https://issues.apache.org/jira/browse/SQOOP-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302554#comment-17302554 ] Attila Szabo commented on SQOOP-3487: - Hi [~zhou0145] , Thank you for

[jira] [Updated] (SQOOP-3487) Remove unintentionally added rowkeys (via PUT in ToStringPutTransformer.java) during HBase (incremental) import

2021-03-16 Thread Attila Szabo (Jira)
[ https://issues.apache.org/jira/browse/SQOOP-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3487: Summary: Remove unintentionally added rowkeys (via PUT in ToStringPutTransformer.java) during

[jira] [Commented] (SQOOP-3487) Add PUT repeatedly when importing to HBase

2021-03-15 Thread Attila Szabo (Jira)
[ https://issues.apache.org/jira/browse/SQOOP-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302253#comment-17302253 ] Attila Szabo commented on SQOOP-3487: - Hi [~zhou0145] , I've reviewed you

[jira] [Created] (SQOOP-3415) Fix gradle test+build when clean applied as the first command + warning issue fixes

2018-11-29 Thread Attila Szabo (JIRA)
Attila Szabo created SQOOP-3415: --- Summary: Fix gradle test+build when clean applied as the first command + warning issue fixes Key: SQOOP-3415 URL: https://issues.apache.org/jira/browse/SQOOP-3415

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

2018-05-10 Thread Attila Szabo
eral code guidelines and Joschua Bloch (Effective Java) this is a very dangerous practice to initialize an object in a non-final initializer. Please correct this! - Attila Szabo On May 2, 2018, 12:12 p.m., daniel voros wrote: > >

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

2018-02-26 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377212#comment-16377212 ] Attila Szabo commented on SQOOP-3289: - Hi Daniel, Though in general the

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

2018-02-23 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375050#comment-16375050 ] Attila Szabo commented on SQOOP-3289: - Hey [~dvoros], I would love the idea to

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

2018-02-21 Thread Attila Szabo
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65734/#review197914 --- Ship it! Ship It! - Attila Szabo On Feb. 21, 2018, 2:23 p.m

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

2018-02-21 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371609#comment-16371609 ] Attila Szabo commented on SQOOP-3288: - [~dvoros], Ohh yeah! You're r

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

2018-02-21 Thread Attila Szabo
> On Feb. 21, 2018, 2:33 p.m., Attila Szabo wrote: > > Discussed on the JIRA ticket - Attila --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65734/#rev

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

2018-02-21 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371561#comment-16371561 ] Attila Szabo commented on SQOOP-3288: - [~dvoros], You're arguments are a

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

2018-02-21 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371491#comment-16371491 ] Attila Szabo commented on SQOOP-3288: - Hey [~dvoros], The reason why I

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

2018-02-21 Thread Attila Szabo
(original), 652 (patched) <https://reviews.apache.org/r/65734/#comment278145> Hey Daniel, Have you considered using SYSTIMESTAMP? AFAIK it's also a timestamp with timezone. Why is CURRENT_TIMESTAMP better for our cause? Thanks, Attila - Attila Szabo

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

2018-02-20 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370164#comment-16370164 ] Attila Szabo commented on SQOOP-3288: - [~dvoros], Please link the review boar

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

2018-02-20 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3288: Fix Version/s: 1.5.0 > Incremental import's upper bound ignores session time zone i

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

2018-02-19 Thread Attila Szabo
little bit? - Attila Szabo On Dec. 5, 2017, 9:25 a.m., daniel voros wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

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

2018-02-15 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16365629#comment-16365629 ] Attila Szabo commented on SQOOP-3283: - Hey [~dvoros], Let's open the new ti

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

2018-02-14 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3283: Fix Version/s: 1.5.0 > MySQL thirdparty tests hang if there's no USER environment

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

2018-02-14 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364532#comment-16364532 ] Attila Szabo edited comment on SQOOP-3283 at 2/14/18 6:1

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

2018-02-14 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364532#comment-16364532 ] Attila Szabo commented on SQOOP-3283: - Hey [~dvoros], Thanks for this contribu

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

2018-02-14 Thread Attila Szabo
test codebase! GJ! - Attila Szabo On Feb. 6, 2018, 12:15 p.m., daniel voros wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

[jira] [Commented] (SQOOP-2331) Snappy Compression Support in Sqoop-HCatalog

2018-02-02 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350143#comment-16350143 ] Attila Szabo commented on SQOOP-2331: - Hi [~standon], I'd like to help y

[jira] [Updated] (SQOOP-2331) Snappy Compression Support in Sqoop-HCatalog

2018-02-02 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2331: Attachment: SQOOP-2331_2.patch > Snappy Compression Support in Sqoop-HCata

[jira] [Commented] (SQOOP-3054) Get FileSystem from parameter "--target-dir"

2018-02-02 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350005#comment-16350005 ] Attila Szabo commented on SQOOP-3054: - Hi Angela ([~Ying Cao]), I'm s

[jira] [Assigned] (SQOOP-3054) Get FileSystem from parameter "--target-dir"

2018-02-02 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo reassigned SQOOP-3054: --- Assignee: Ying Cao > Get FileSystem from parameter "--ta

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

2018-02-01 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16349602#comment-16349602 ] Attila Szabo commented on SQOOP-3052: - Hey [~anna.szonyi], I'm a bit uncer

[jira] [Resolved] (SQOOP-3277) Sqoop from Oracle RDB database is failing with exception SQLException in nextKeyValue

2018-02-01 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-3277. - Resolution: Not A Bug > Sqoop from Oracle RDB database is failing with exception SQLException

[jira] [Commented] (SQOOP-3277) Sqoop from Oracle RDB database is failing with exception SQLException in nextKeyValue

2018-02-01 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16349582#comment-16349582 ] Attila Szabo commented on SQOOP-3277: - Hi Chaitanya, >From the stack trace i

[jira] [Assigned] (SQOOP-3277) Sqoop from Oracle RDB database is failing with exception SQLException in nextKeyValue

2018-02-01 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo reassigned SQOOP-3277: --- Assignee: Attila Szabo > Sqoop from Oracle RDB database is failing with except

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

2018-01-31 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-3199. - Resolution: Fixed > Sqoop 1.4.7 release preparat

[jira] [Resolved] (SQOOP-3204) Create release artifacts

2018-01-19 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-3204. - Resolution: Fixed > Create release artifacts > > >

Re: Review Request 65017: Removing com.cloudera.sqoop packages

2018-01-09 Thread Attila Szabo
! Thanks, Attila - Attila Szabo On Jan. 9, 2018, 12:52 p.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

[jira] [Updated] (SQOOP-3270) Introduce specified date parameter for write-version-info.sh

2017-12-19 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3270: Affects Version/s: 1.5.0 > Introduce specified date parameter for write-version-info

[jira] [Created] (SQOOP-3270) Introduce specified date parameter for write-version-info.sh

2017-12-19 Thread Attila Szabo (JIRA)
Attila Szabo created SQOOP-3270: --- Summary: Introduce specified date parameter for write-version-info.sh Key: SQOOP-3270 URL: https://issues.apache.org/jira/browse/SQOOP-3270 Project: Sqoop

[jira] [Resolved] (SQOOP-3269) Update last prev.git.hash property in build.xml

2017-12-19 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-3269. - Resolution: Fixed > Update last prev.git.hash property in build.

[jira] [Updated] (SQOOP-3269) Update last prev.git.hash property in build.xml

2017-12-19 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3269: Affects Version/s: (was: 1.5.0) > Update last prev.git.hash property in build.

[jira] [Updated] (SQOOP-3269) Update last prev.git.hash property in build.xml

2017-12-19 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3269: Affects Version/s: 1.5.0 > Update last prev.git.hash property in build.

[jira] [Created] (SQOOP-3269) Update last prev.git.hash property in build.xml

2017-12-19 Thread Attila Szabo (JIRA)
Attila Szabo created SQOOP-3269: --- Summary: Update last prev.git.hash property in build.xml Key: SQOOP-3269 URL: https://issues.apache.org/jira/browse/SQOOP-3269 Project: Sqoop Issue Type: Bug

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

2017-12-15 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292590#comment-16292590 ] Attila Szabo commented on SQOOP-3267: - Hey [~dvoros], [~vasas], IMHO I would

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

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279773#comment-16279773 ] Attila Szabo commented on SQOOP-3199: - [~BoglarkaEgyed], Requested changes mad

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

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279496#comment-16279496 ] Attila Szabo commented on SQOOP-3267: - Hey [~dvoros], I've checked your

[jira] [Resolved] (SQOOP-3268) Remove duplicates and issues with incorrect resolve status from CHANGELOG.txt, PLUS include SQOOP-3226 in 1.4.7 release

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-3268. - Resolution: Fixed > Remove duplicates and issues with incorrect resolve status f

[jira] [Created] (SQOOP-3268) Remove duplicates and issues with incorrect resolve status from CHANGELOG.txt, PLUS include SQOOP-3226 in 1.4.7 release

2017-12-05 Thread Attila Szabo (JIRA)
Attila Szabo created SQOOP-3268: --- Summary: Remove duplicates and issues with incorrect resolve status from CHANGELOG.txt, PLUS include SQOOP-3226 in 1.4.7 release Key: SQOOP-3268 URL: https://issues.apache.org/jira

[jira] [Resolved] (SQOOP-3205) Update KEYS file

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-3205. - Resolution: Fixed > Update KEYS file > > > Key

[jira] [Commented] (SQOOP-3205) Update KEYS file

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279366#comment-16279366 ] Attila Szabo commented on SQOOP-3205: - Keys file has been updated. Thank you

[jira] [Updated] (SQOOP-2939) Extend mainframe module to support GDG, sequential data sets, and data sets stored on tape

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2939: Fix Version/s: (was: 1.4.7) no-release > Extend mainframe module to supp

[jira] [Updated] (SQOOP-3187) Sqoop import as PARQUET to S3 failed

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3187: Fix Version/s: (was: 1.4.7) no-release > Sqoop import as PARQUET to

[jira] [Updated] (SQOOP-3182) Sqoop1 (import + --incremental + --merge-key + --as-parquetfile) fails with (Can't parse input data: 'PAR1')

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3182: Fix Version/s: (was: 1.4.7) no-release > Sqoop1 (import + --incremen

[jira] [Updated] (SQOOP-2850) Append mode for hive imports is not yet supported. Please remove the parameter --append-mode

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2850: Fix Version/s: (was: 1.4.7) no-release > Append mode for hive imports is

[jira] [Updated] (SQOOP-2751) Test TestIncrementalImport is failing

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2751: Fix Version/s: (was: 1.4.7) no-release > Test TestIncrementalImport

[jira] [Resolved] (SQOOP-2937) Sqoop mainframe module does not support sequential data sets, GDG

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-2937. - Resolution: Duplicate > Sqoop mainframe module does not support sequential data sets,

[jira] [Updated] (SQOOP-2937) Sqoop mainframe module does not support sequential data sets, GDG

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2937: Fix Version/s: (was: 1.4.7) no-release > Sqoop mainframe module does

[jira] [Reopened] (SQOOP-2937) Sqoop mainframe module does not support sequential data sets, GDG

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo reopened SQOOP-2937: - > Sqoop mainframe module does not support sequential data sets,

[jira] [Updated] (SQOOP-3264) Import JDBC SQL date,time,timestamp to Hive as TIMESTAMP, BIGINT and TIMESTAMP

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3264: Fix Version/s: (was: 1.4.7) 1.5.0 > Import JDBC SQL date,time,timestamp

[jira] [Resolved] (SQOOP-2937) Sqoop mainframe module does not support sequential data sets, GDG

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-2937. - Resolution: Won't Fix > Sqoop mainframe module does not support sequential data s

[jira] [Reopened] (SQOOP-2937) Sqoop mainframe module does not support sequential data sets, GDG

2017-12-05 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo reopened SQOOP-2937: - > Sqoop mainframe module does not support sequential data sets,

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

2017-11-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16272795#comment-16272795 ] Attila Szabo commented on SQOOP-3199: - Hey [~BoglarkaEgyed], Many thanks for

[jira] [Resolved] (SQOOP-3249) Add SQOOP-3248 related data into CHANGELOG.txt

2017-10-31 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-3249. - Resolution: Fixed > Add SQOOP-3248 related data into CHANGELOG.

[jira] [Created] (SQOOP-3249) Add SQOOP-3248 related data into CHANGELOG.txt

2017-10-31 Thread Attila Szabo (JIRA)
Attila Szabo created SQOOP-3249: --- Summary: Add SQOOP-3248 related data into CHANGELOG.txt Key: SQOOP-3249 URL: https://issues.apache.org/jira/browse/SQOOP-3249 Project: Sqoop Issue Type: Sub

[jira] [Resolved] (SQOOP-3248) Add missing Apache 2 license information to TestCompilationManager.java PostgresqlExternalTableImportTest.java

2017-10-31 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo resolved SQOOP-3248. - Resolution: Fixed > Add missing Apache 2 license information to TestCompilationManager.j

[jira] [Commented] (SQOOP-3248) Add missing Apache 2 license information to TestCompilationManager.java PostgresqlExternalTableImportTest.java

2017-10-31 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227204#comment-16227204 ] Attila Szabo commented on SQOOP-3248: - src/test/org/apache/sqoop

[jira] [Created] (SQOOP-3248) Add missing Apache 2 license information to TestCompilationManager.java PostgresqlExternalTableImportTest.java

2017-10-31 Thread Attila Szabo (JIRA)
Attila Szabo created SQOOP-3248: --- Summary: Add missing Apache 2 license information to TestCompilationManager.java PostgresqlExternalTableImportTest.java Key: SQOOP-3248 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (SQOOP-3247) Sqoop doesn't handle unsigned bigints at least with MySQL

2017-10-31 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3247: Fix Version/s: (was: 1.4.7) 1.5.0 > Sqoop doesn't handle unsigned bi

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

2017-10-31 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3199: Description: Umbrella jira for 1.4.7 release. For reference, the release wikis are: https

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

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225043#comment-16225043 ] Attila Szabo commented on SQOOP-3199: - Hey [ ~anna.szonyi],[~BoglarkaEgyed],

[jira] [Assigned] (SQOOP-3246) Update 1.4.7 change log entries + updated the related JIRA tasks (patch available + TODO tasks) by moving them to next version (1.5.0)

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo reassigned SQOOP-3246: --- Assignee: Attila Szabo > Update 1.4.7 change log entries + updated the related JIRA ta

[jira] [Updated] (SQOOP-3246) Update 1.4.7 change log entries + updated the related JIRA tasks (patch available + TODO tasks) by moving them to next version (1.5.0)

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3246: Attachment: SQOOP-3246.patch > Update 1.4.7 change log entries + updated the related JIRA ta

[jira] [Created] (SQOOP-3246) Update 1.4.7 change log entries + updated the related JIRA tasks (patch available + TODO tasks) by moving them to next version (1.5.0)

2017-10-30 Thread Attila Szabo (JIRA)
Attila Szabo created SQOOP-3246: --- Summary: Update 1.4.7 change log entries + updated the related JIRA tasks (patch available + TODO tasks) by moving them to next version (1.5.0) Key: SQOOP-3246 URL: https

[jira] [Updated] (SQOOP-3026) Document that Sqoop export with --hcatalog-table is not supported

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3026: Fix Version/s: (was: 1.4.7) 1.5.0 > Document that Sqoop export w

[jira] [Updated] (SQOOP-2644) Sqoop Export does not offer upserts from HDFS to Teradata DB

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2644: Fix Version/s: (was: 1.4.7) 1.5.0 > Sqoop Export does not offer upserts f

[jira] [Updated] (SQOOP-2534) --password-file option doesn't work Teradata jdbc driver

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2534: Fix Version/s: (was: 1.4.7) 1.5.0 > --password-file option doesn

[jira] [Updated] (SQOOP-1735) Sqoop job fails (but not 'sqoop import') if --create-hive-table is set and the hive table already exists

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-1735: Fix Version/s: (was: 1.4.7) 1.5.0 > Sqoop job fails (but not 'sqoo

[jira] [Updated] (SQOOP-3067) Add an cmd line option to support split-by feature for database functions/expressions

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3067: Fix Version/s: (was: 1.4.7) 1.5.0 > Add an cmd line option to support sp

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

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3052: Fix Version/s: (was: 1.4.7) 1.5.0 > Introduce Maven/Gradle/etc. based bu

[jira] [Updated] (SQOOP-2643) Incremental imports fail in Sqoop when run using Teradata JDBC driver

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2643: Fix Version/s: (was: 1.4.7) 1.5.0 > Incremental imports fail in Sqoop w

[jira] [Updated] (SQOOP-3131) Docuemtn support for DB2 XML data type when importing to hdfs

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3131: Fix Version/s: (was: 1.4.7) 1.5.0 > Docuemtn support for DB2 XML data t

[jira] [Updated] (SQOOP-1347) High performance oracle connector should depend on --direct flag only to disable/enable feature

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-1347: Fix Version/s: (was: 1.4.7) 1.5.0 > High performance oracle connector sho

[jira] [Updated] (SQOOP-3085) Add support for client side (JVM) timezone settings

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3085: Fix Version/s: (was: 1.4.7) 1.5.0 > Add support for client side (

[jira] [Updated] (SQOOP-2980) Export to DB2 z/OS fails unless --batch mode is used

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2980: Fix Version/s: (was: 1.4.7) 1.5.0 > Export to DB2 z/OS fails unless --ba

[jira] [Updated] (SQOOP-2946) Netezza export fails when BOOLEAN column is mapped with INTEGER

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2946: Fix Version/s: (was: 1.4.7) 1.5.0 > Netezza export fails when BOOLEAN col

[jira] [Updated] (SQOOP-2979) Oracle direct mode do not allow FLOAT data type (java.lang.ClassCastException: java.lang.Double cannot be cast to java.math.BigDecimal)

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2979: Fix Version/s: (was: 1.4.7) 1.5.0 > Oracle direct mode do not allow FL

[jira] [Updated] (SQOOP-2978) Netezza import/export fails when TIME column is mapped with TIMESTAMP

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2978: Fix Version/s: (was: 1.4.7) 1.5.0 > Netezza import/export fails when T

[jira] [Updated] (SQOOP-2947) Oracle direct mode do not allow --jar-file to have fewer columns to export the data

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2947: Fix Version/s: (was: 1.4.7) 1.5.0 > Oracle direct mode do not allow --

[jira] [Updated] (SQOOP-3029) Add an option for uppercase/lowercase column name mapping between HCatalog and RDBMS cloumn name list

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-3029: Fix Version/s: (was: 1.4.7) 1.5.0 > Add an option for uppercase/lowerc

[jira] [Updated] (SQOOP-2943) Make sqoop able to import to Parquet file format in case of HDFS encryption zones are turned on

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2943: Fix Version/s: (was: 1.4.7) 1.5.0 > Make sqoop able to import to Parq

[jira] [Updated] (SQOOP-2945) Oracle CLOB mapped to String is unable to import the data (SQLException in nextKeyValue)

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2945: Fix Version/s: (was: 1.4.7) 1.5.0 > Oracle CLOB mapped to String is una

[jira] [Updated] (SQOOP-2944) AURORA direct mode to support Sequence file format

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2944: Fix Version/s: (was: 1.4.7) 1.5.0 > AURORA direct mode to support Seque

[jira] [Updated] (SQOOP-1907) export support for --staging-table against db2

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-1907: Fix Version/s: (was: 1.4.7) 1.5.0 > export support for --staging-ta

[jira] [Updated] (SQOOP-1933) CryptoFileLoader does not work for saved jobs

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-1933: Fix Version/s: (was: 1.4.7) 1.5.0 > CryptoFileLoader does not work for sa

[jira] [Updated] (SQOOP-1932) fix authorization failuare when the --hive-table option contaion a database name for import

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-1932: Fix Version/s: (was: 1.4.7) 1.5.0 > fix authorization failuare when

[jira] [Updated] (SQOOP-2346) compression isn't honored in incremental imports

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2346: Fix Version/s: (was: 1.4.7) 1.5.0 > compression isn't honored in inc

[jira] [Updated] (SQOOP-2328) Sqoop import does not recognize Primary Key of a IBM DB2 table

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2328: Fix Version/s: (was: 1.4.7) 1.5.0 > Sqoop import does not recognize Prim

[jira] [Updated] (SQOOP-2438) Use Class.cast when creating HiveConf object in ParquetJob

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2438: Fix Version/s: (was: 1.4.7) 1.5.0 > Use Class.cast when creating HiveC

[jira] [Updated] (SQOOP-2457) Add option to automatically compute statistics after loading date into a hive table

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2457: Fix Version/s: (was: 1.4.7) 1.5.0 > Add option to automatically comp

[jira] [Updated] (SQOOP-2649) Support for importing data onto Apache Phoenix tables

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2649: Fix Version/s: (was: 1.4.7) 1.5.0 > Support for importing data onto Apa

[jira] [Updated] (SQOOP-2894) Hive import with Parquet failed in Kerberos enabled cluster

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-2894: Fix Version/s: (was: 1.4.7) 1.5.0 > Hive import with Parquet failed

[jira] [Updated] (SQOOP-1906) Export support for mixed update/insert against db2

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-1906: Fix Version/s: (was: 1.4.7) 1.5.0 > Export support for mixed update/ins

[jira] [Updated] (SQOOP-1301) 'run' method in Sqoop.java is not thread-safe

2017-10-30 Thread Attila Szabo (JIRA)
[ https://issues.apache.org/jira/browse/SQOOP-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Szabo updated SQOOP-1301: Fix Version/s: (was: 1.4.7) 1.5.0 > 'run' method in Sqoop.java

  1   2   3   4   5   >