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
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
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
cle incremental tests
- tested on a cluster with saved and non-saved job as well
Thanks,
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
Thanks,
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
---
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
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
---
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
/
Testing
---
Normal and third-party unit tests.
Thanks,
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
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
---
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
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/
>
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
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:
>
> ---
&
?
```
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
---
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
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:
>
> ---
&
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
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
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
mport.java bc19b697
Diff: https://reviews.apache.org/r/67057/diff/1/
Testing
---
Run TestHiveImport.
Thanks,
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
---
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
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
_ 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
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
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
---
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
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
/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
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:
>
> ---
---
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
---
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
---
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
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
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:
>
>
---
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
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
(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
---
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
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
`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
---
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
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
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
!
- 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/
> --
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
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
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:
[
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
[
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-
[
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.
>
[
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
[
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 [~
[
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 [~
[
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
[
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
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:
[
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
[
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
[
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
[
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
[
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
[
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
[
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
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
[
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
[
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
[
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.
[
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
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
[
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
[
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!
[
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
[
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
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
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
[
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
[
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
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
[
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
[
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
[
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
[
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
[
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
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
[
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 - 100 of 143 matches
Mail list logo