Re: Review Request 61427: Make sure the original ClassLoader is restored when running HCatalog tests

2017-08-11 Thread Zoltán Tóth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61427/#review182692 --- Ship it! Applied and tested - Zoltán Tóth On Aug. 4, 2017

Re: Review Request 61669: Test HBase kerberized connectivity

2017-08-18 Thread Zoltán Tóth
(original), 153 (patched) <https://reviews.apache.org/r/61669/#comment259217> I think if you would move the class variable at the beginning of the class then it would improve the readability. - Zoltán Tóth On Aug. 15, 2017, 6:56 p.m., Szabolcs Vasas

Re: Review Request 61669: Test HBase kerberized connectivity

2017-08-18 Thread Zoltán Tóth
It depends on your taste so feel free to choose your action. - Zoltán Tóth On Aug. 15, 2017, 6:56 p.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http

Re: Review Request 62574: Document how to run third party tests manually with databases running in docker

2017-10-04 Thread Zoltán Tóth
appreciate your contribution. Now it is really easy to run tests. Cheers, Zoli - Zoltán Tóth On Oct. 4, 2017, 7:49 a.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 62028: Remove Sqoop dependency on deprecated HBase APIs

2017-09-08 Thread Zoltán Tóth
message is not neccessary then you can leave the exception to be thrown to to the caller method. - Zoltán Tóth On Sept. 1, 2017, 9:30 a.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 61669: Test HBase kerberized connectivity

2017-08-30 Thread Zoltán Tóth
unit and integration tests to make your changes run smoothly and they did. Cheers, Zoli - Zoltán Tóth On Aug. 30, 2017, 8:17 a.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 62028: Remove Sqoop dependency on deprecated HBase APIs

2017-09-11 Thread Zoltán Tóth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62028/#review185068 --- Ship it! Ship It! - Zoltán Tóth On Sept. 11, 2017, 9:58 a.m

Re: Review Request 62057: SQOOP-3014 Sqoop with HCatalog import loose precision for large numbers that does not fit into double

2017-09-12 Thread Zoltán Tóth
/3/ Changes: https://reviews.apache.org/r/62057/diff/2-3/ Testing --- I ran unit tests and integration tests as well. New test cases were added to test the change Thanks, Zoltán Tóth

Re: Review Request 61522: SQOOP-2907 : Export parquet files to RDBMS: don't require .metadata for parquet files

2017-10-02 Thread Zoltán Tóth
. Use expected exception instead of try - catch. It makes the code more readable. src/test/com/cloudera/sqoop/TestParquetExport.java Lines 614 (patched) <https://reviews.apache.org/r/61522/#comment263686> Same here. Please specify the exception and use expected exception inst

Review Request 61777: sqoop tries to re execute select query during import in case of a connection reset error and this is causing lots of duplicate records from source

2017-08-21 Thread Zoltán Tóth
/mapreduce/db/DBRecordReader.java a78eb061 src/java/org/apache/sqoop/mapreduce/db/SQLServerDBRecordReader.java 9a3621b0 src/test/org/apache/sqoop/mapreduce/db/TestSQLServerDBRecordReader.java PRE-CREATION Diff: https://reviews.apache.org/r/61777/diff/1/ Testing --- Thanks, Zoltán Tóth

Re: Review Request 61777: sqoop tries to re execute select query during import in case of a connection reset error and this is causing lots of duplicate records from source

2017-08-21 Thread Zoltán Tóth
/mapreduce/db/TestSQLServerDBRecordReader.java PRE-CREATION Diff: https://reviews.apache.org/r/61777/diff/2/ Changes: https://reviews.apache.org/r/61777/diff/1-2/ Testing --- Thanks, Zoltán Tóth

Re: Review Request 61933: ImportTest, ExportTest and TimestampDataTest fail because of column escaping problems

2017-08-29 Thread Zoltán Tóth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61933/#review184035 --- Ship it! Hey Szabolcs, thanks for your contribution. - Zoltán

Re: Review Request 62057: SQOOP-3014 Sqoop with HCatalog import loose precision for large numbers that does not fit into double

2017-09-04 Thread Zoltán Tóth
/SqoopHCatImportHelper.java aba2458e src/test/org/apache/sqoop/mapreduce/hcat/TestSqoopHCatImportHelper.java PRE-CREATION Diff: https://reviews.apache.org/r/62057/diff/1/ Testing --- I ran unit tests and integration tests as well. New test cases were added to test the change Thanks, Zoltán Tóth

Re: Review Request 59833: SQLServerDatatypeImportDelimitedFileTest can fail in some environments

2017-08-29 Thread Zoltán Tóth
tests successfully with your patch. Thanks for your contribution Cheers, Zoli - Zoltán Tóth On June 6, 2017, 10:29 a.m., Szabolcs Vasas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://review

Re: Review Request: SQOOP-604 Easy throttling feature for MySQL exports

2012-09-28 Thread Zoltán Tóth-Czifra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7135/#review12019 --- On Sept. 27, 2012, 3:47 p.m., Zoltán Tóth-Czifra wrote

Re: Review Request: SQOOP-604 Easy throttling feature for MySQL exports

2012-10-02 Thread Zoltán Tóth-Czifra
or environment object that could be injected to these classes as mocks that could take care of time-related fixtures. Thanks, Zoltán Tóth-Czifra

Re: Review Request: SQOOP-604 Easy throttling feature for MySQL exports

2012-10-02 Thread Zoltán Tóth-Czifra
or environment object that could be injected to these classes as mocks that could take care of time-related fixtures. Thanks, Zoltán Tóth-Czifra

Re: Review Request: SQOOP-604 Easy throttling feature for MySQL exports

2012-10-04 Thread Zoltán Tóth-Czifra
there is no machine or environment object that could be injected to these classes as mocks that could take care of time-related fixtures. Thanks, Zoltán Tóth-Czifra

Re: Review Request: SQOOP-604 Easy throttling feature for MySQL exports

2012-11-02 Thread Zoltán Tóth-Czifra
this difficult. Unfortunately there is no machine or environment object that could be injected to these classes as mocks that could take care of time-related fixtures. Thanks, Zoltán Tóth-Czifra

Re: Review Request: SQOOP-604 Easy throttling feature for MySQL exports

2012-11-03 Thread Zoltán Tóth-Czifra
://reviews.apache.org/r/7135/#review13075 --- On Nov. 2, 2012, 12:32 p.m., Zoltán Tóth-Czifra wrote: --- This is an automatically generated e-mail. To reply, visit: https

Review Request: SQOOP-683 Documenting sqoop.mysql.export.sleep.ms - easy throttling feature for direct MySQL exports

2012-11-05 Thread Zoltán Tóth-Czifra
/literal flag set./simpara/important Thanks, Zoltán Tóth-Czifra

Re: Review Request: SQOOP-683 Documenting sqoop.mysql.export.sleep.ms - easy throttling feature for direct MySQL exports

2012-11-08 Thread Zoltán Tóth-Czifra
(for example, literal--connect/literal, literal--table/literal, etc). Don#8217;t forget that these parameters only work with the literal--direct/literal flag set./simpara/important Thanks, Zoltán Tóth-Czifra