5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 22:31:35 +08:00
Commit Graph

895 Commits

Author SHA1 Message Date
Boglarka Egyed
e13dd21209 SQOOP-3232: Remove Sqoop dependency on deprecated HBase APIs
(Szabolcs Vasas via Boglarka Egyed)
2017-09-11 14:15:46 +02:00
Boglarka Egyed
1844529081 SQOOP-3222: Test HBase kerberized connectivity
(Szabolcs Vasas via Egyed Boglarka)
2017-08-30 11:28:31 +02:00
Boglarka Egyed
1378520e49 SQOOP-3195: SQLServerDatatypeImportDelimitedFileTest can fail in some environments
(Szabolcs Vasas via Boglarka Egyed)
2017-08-29 15:21:21 +02:00
Boglarka Egyed
caec28c1fa SQOOP-3226: ImportTest, ExportTest and TimestampDataTest fail because of column escaping problems
(Szabolcs Vasas via Boglarka Egyed)
2017-08-29 11:56:24 +02:00
Anna Szonyi
606eb5f581 SQOOP-3196: Modify MySQLAuthTest to use configurable test database parameters
(Szabolcs Vasas via Anna Szonyi)
2017-08-28 11:53:00 +02:00
Anna Szonyi
d2bdef4966 SQOOP-3139: 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
(Zoltan Toth via Anna Szonyi)
2017-08-22 10:58:40 +02:00
Boglarka Egyed
92e2f99926 SQOOP-3218: Make sure the original ClassLoader is restored when running HCatalog tests
(Szabolcs Vasas via Boglarka Egyed)
2017-08-11 17:39:38 +02:00
Anna Szonyi
ba058ac332 SQOOP-3149: Sqoop incremental import - NULL column updates are not pulled into HBase table
(Jilani Shaik via Anna Szonyi)
2017-08-03 15:25:36 +02:00
Anna Szonyi
46f9e2d9d8 SQOOP-3178: Incremental Merging for Parquet File Format
(Sandish Kumar HN via Anna Szonyi)
2017-07-21 12:23:58 -07:00
Attila Szabo
3ccb8f8ff4 SQOOP-1905: Add --schema option for import-all-tables and list-tables for DB2
connector

(Ying Cao via Attila Szabo)
2017-07-21 12:10:46 +02:00
Anna Szonyi
7a6d349465 SQOOP-3197: Database credentials cannot be configured in PostgreSQL third party tests
(Szabolcs Vasas via Anna Szonyi)
2017-07-06 16:44:05 +02:00
Anna Szonyi
2c199a7f4f SQOOP-3206: Make sqoop fail if user uses --direct connector and tries to encode a null value when using a MySQL database
(Zach Berkowitz via Anna Szonyi)
2017-06-29 18:44:14 +02:00
Anna Szonyi
af277ae3e7 SQOOP-3194: HCatalogExportTest fails because of column escaping problems
(Szabolcs Vasas via Anna Szonyi)
2017-06-20 12:14:25 +02:00
Anna Szonyi
66ce74a910 SQOOP-3198: Fix DirectMySQLExportTest and OracleExportTest
(Szabolcs Vasas via Anna Szonyi)
2017-06-20 11:18:28 +02:00
Attila Szabo
89684ad84a SQOOP-3203: Update build file and docs with new version
(Attila Szabo)
2017-06-16 09:01:52 +02:00
Attila Szabo
5c27aff355 Revert "SQOOP-3203: src/docs/sip/sip-2.txt"
This reverts commit 0e527a2506 due to
commit message copy/paste failure
2017-06-16 09:00:24 +02:00
Attila Szabo
0e527a2506 SQOOP-3203: src/docs/sip/sip-2.txt
(Attila Szabo)
2017-06-16 08:56:36 +02:00
Attila Szabo
8929e61fb4 SQOOP-3202: Update change log with 1.4.7 release
(Attila Szabo)
2017-06-16 07:53:41 +02:00
Anna Szonyi
b0f391e751 SQOOP-3158: Columns added to Mysql after initial sqoop import, export back to table with same schema fails
(Eric Lin via Anna Szonyi)
2017-06-08 20:45:50 +02:00
Anna Szonyi
ac42f2ad5c SQOOP-3192: Upgrade Parquet to new version
(Sandish Kumar HN via Anna Szonyi)
2017-06-08 14:14:46 +02:00
Anna Szonyi
d1f1c4bef5 SQOOP 816: Sqoop add support for external Hive tables
(Chris Teoh via Anna Szonyi)
2017-05-16 10:40:43 +02:00
Anna Szonyi
558bdaea90 SQOOP-3174: Add SQLServer manual tests to 3rd party test suite
(Boglarka Egyed via Anna Szonyi)
2017-05-15 10:03:49 +02:00
Anna Szonyi
0ca73d4e71 SQOOP-3169: Evaluate and fix SQLServer Manual tests
(Boglarka Egyed via Anna Szonyi)
2017-04-13 11:33:45 +02:00
Anna Szonyi
afd6a8610e SQOOP-3159: Sqoop (export + --table) with Oracle table_name having '$' fails with error (ORA-00942 or java.lang.NoClassDefFoundError)
(Szabolcs Vasas via Anna Szonyi)
2017-03-27 16:15:02 +02:00
Attila Szabo
6905415332 SQOOP-3157: Improve regex introduced in [SQOOP-3152] thus not causing
column mapping and AVRO issues

(Attila Szabo)
2017-03-20 21:40:49 +01:00
Attila Szabo
e280b47eac SQOOP-3123: Introduce escaping logic for column mapping parameters (same
what Sqoop already uses for the DB column names), thus special column
names (e.g. containing '#' character) and mappings realted to those
columns can be in the same format (thus not confusing the end users), and
also eliminates the related AVRO format clashing issues.

(Dmitry Zagorulkin via Attila Szabo)
2017-03-20 17:25:29 +01:00
Attila Szabo
803edc2792 SQOOP-3152: Fix SqoopOptions#parseColumnMapping, thus Sqoop will support
mappings with precisison (e.g. DECIMAL(10,5)) in the future properly

(Eric Lin via Attila Szabo)
2017-03-20 16:37:49 +01:00
Attila Szabo
6d8a670d32 SQOOP-3105: Add cleanup logic for PostgreSQL related test cases
(Boglarka Egyed via Attila Szabo)
2017-03-18 10:56:29 +01:00
Anna Szonyi
ac5ca7c021 SQOOP-3143: Restore fail messages removed in SQOOP-3091
(Boglarka Egyed via Anna Szonyi)
2017-03-16 20:23:57 +01:00
Attila Szabo
1a8fe23d7a SQOOP-3142: Restore fail messages removed in SQOOP-3092
(Boglarka Egyed via Attila Szabo)
2017-03-16 17:22:18 +01:00
Attila Szabo
281a87aed2 SQOOP-3100: Clean up expected exception logic in tests - part III.
(Boglarka Egyed via Attila Szabo)
2017-03-14 12:38:18 +01:00
Attila Szabo
a5ae802388 Revert "SQOOP-3100: Clean up expected exception logic in tests - part III."
This reverts commit 150843b264.

I've mistakenly committed the previous change with incorrect author
information, and would not like to break any toolchain by rewriting the
history, thus I'm reverting this, and committing again the change with
proper header information

(Attila Szabo)
2017-03-14 12:36:30 +01:00
maugli
150843b264 SQOOP-3100: Clean up expected exception logic in tests - part III.
(Boglarka Egyed via Attila Szabo)
2017-03-14 12:25:32 +01:00
Attila Szabo
a4ee235243 SQOOP-3141: Fix Java7 compile issue (getTypeName is only available after
Java 8)

(Attila Szabo)
2017-02-24 16:37:47 +01:00
Attila Szabo
5ccef5fd76 SQOOP-1904: Add support for DB2 XML data type (import use case)
(Ying Cao via Attila Szabo)
2017-02-24 09:44:12 +01:00
Attila Szabo
2b70666b04 SQOOP-3140: Removing deprecated mapred.map.max.attempts,
mapred.reduce.max.attempts entries and using the new constants directly from
Hadoop instead

(Anna Szonyi via Attila Szabo)
2017-02-24 07:53:08 +01:00
Attila Szabo
0bb039a002 SQOOP-3135: Improve error message of Sqoop in case of missing password
by adding the related ParseException stack trace

(Eric Lin via Attila Szabo)
2017-02-24 07:45:39 +01:00
Attila Szabo
9466a0c7d9 SQOOP-3136: Add support to Sqoop being able to handle different file
system urls (e.g. s3a://some-bucket/tmp/sqoop)

(Illya Yalovyy via Attila Szabo)
2017-02-24 07:40:48 +01:00
Venkat Ranganathan
d8c4b3ccdd SQOOP-3138: Netezza Direct Import does not support --columns options
(Suraj Nayak  via Venkat Ranganathan)
2017-02-23 08:06:16 -08:00
Attila Szabo
24d08185c5 SQOOP-3061: Improve query validation in connection with --options-file
thus correct options/queries like "--query SELECT * FROM test WHERE a = 'b'"
will not fail with "Malformed option in options file" error message

(Eric Lin via Attila Szabo)
2017-02-15 09:30:16 +01:00
Attila Szabo
98c5ccb80f SQOOP-3127: Increase timeout in TestClassWriter#testWideTableClassGeneration to
avoid flaky test scenarios in the upstream Jenkins

(Attila Szabo)
2017-01-25 00:46:08 +01:00
Attila Szabo
d0f99c01c7 SQOOP-3124: Fix ordering in column list query of
PostgreSQL connector to reflect the logical order
instead of adhoc ordering

(Szabolcs Vasas via Attila Szabo)
2017-01-17 16:30:04 +01:00
Attila Szabo
4a74b8bced SQOOP-3099: Remove all junit3 TestCase extension
and test suites

(Anna Szonyi via Attila Szabo)
2017-01-11 17:35:46 +01:00
Attila Szabo
c0b9bc4353 SQOOP-3068: Enhance error (tool.ImportTool:
Encountered IOException running import job:
java.io.IOException: Expected schema)
to suggest workaround (--map-column-java)

(Szabolcs Vasas via Attila Szabo)
2017-01-11 12:50:28 +01:00
Attila Szabo
d006bc7515 SQOOP-3092: Clean up expected exception logic in
tests - Part II

(Boglarka Egyed via Attila Szabo)
2017-01-11 12:12:05 +01:00
Attila Szabo
7c091a3313 SQOOP-3091: Clean up expected exception logic in
tests - Part I

(Boglarka Egyed via Attila Szabo)
2017-01-11 12:11:25 +01:00
Attila Szabo
0bd850396e SQOOP-3080: Fix comment for default metadata
transaction isolation level

(Attila Szabo)
2016-12-20 11:43:17 +01:00
Attila Szabo
d1e6c5f52f SQOOP-3081: use OracleEscapeUtils.escapeIdentifier
in OracleUpsertOutputFormat instead of inline
appending quotes

(Anna Szonyi via Attila Szabo)
2016-12-16 12:29:09 +01:00
Attila Szabo
bde0ed1e74 SQOOP-3084: Fix fault injection classpath elements
in aop.xml (required by the changes of SQOOP-3051)

(Anna Szonyi via Attila Szabo)
2016-12-16 12:04:05 +01:00
Attila Szabo
7783f85f80 SQOOP-3083: Fixing fault injection targets to work
together with try with resources statements
(introduced in SQOOP-2983)

(Anna Szonyi via Attila Szabo)
2016-12-16 11:59:22 +01:00