5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-20 02:40:52 +08:00
Commit Graph

808 Commits

Author SHA1 Message Date
Fero Szabo
8982ab9e81 SQOOP-3441: Prepare Sqoop for Java 11 support
Contains the following minor fixes that came up when executing tests with java11:
- Bumped gradle version from 4.9 to 5.3.1 (needed for jacoco plugin)
- Fixed illegal access of constructor in a TestSqoopOptions
- Removed the use of UrlClassLoader as it wasn't needed anyway (Accumulo mini cluster startup)
2019-06-11 12:33:55 +02:00
Denes Bodo
be260e3096 SQOOP-3438: Sqoop Import with create hcatalog table for ORC will not work with Hive3 as the table created would be a ACID table and transactional
(Denes Bodo via Boglarka Egyed)
2019-06-05 10:39:04 +02:00
Denes Bodo
dfeb14534f SQOOP-3423: Let user pass password to connect Hive when it set to LDAP authentication
(Denes Bodo via Boglarka Egyed)
2019-05-06 15:48:49 +02:00
daniel voros
1a04d2007d SQOOP-3134: --class-name should override default Avro schema name 2019-04-05 16:15:15 +02:00
Tak Lon (Stephen) Wu
e90e244396 SQOOP-3435: Avoid NullPointerException due to different JSONObject library in classpath 2019-04-03 10:38:33 +02:00
Fokko Driesprong
20fe120706 SQOOP-3428: Fix the CI
(Fokko Driesprong via Fero Szabo)
2019-03-08 16:28:41 +01:00
Denes Bodo
5ab5190304 SQOOP-3420: Invalid ERROR message initiates false alarms
(Denes Bodo via Fero Szabo)
2019-02-01 16:49:31 +01:00
Szabolcs Vasas
032b828370
SQOOP-3419: Refactor S3 tests for easier extensibility
(Szabolcs Vasas)
2019-01-16 12:27:03 +01:00
Szabolcs Vasas
4a22691f45 SQOOP-3237: Mainframe FTP transfer option to insert custom FTP commands prior to transfer
(Chris Teoh via Szabolcs Vasas)
2018-12-13 15:19:16 +01:00
Fero Szabo
54b6e9bed4 Fixed review findings. 2018-12-12 12:01:46 +01:00
Fero Szabo
47535ee3de various fixes and reformats 2018-12-11 14:32:57 +01:00
Fero Szabo
936116ff07 rephrased new lines a bit 2018-12-11 14:32:57 +01:00
Fero Szabo
821cb6bfd3 Documentation for parquet decimal support, and parquet decimal support in Hive import 2018-12-11 14:32:57 +01:00
Szabolcs Vasas
a50394977b SQOOP-3396: Add parquet numeric support for Parquet in Hive import
(Fero Szabo via Szabolcs Vasas)

This closes #60
2018-12-07 13:32:28 +01:00
Szabolcs Vasas
3c1fb870e2 SQOOP-3393: TestNetezzaExternalTableExportMapper hangs
(Daniel Voros via Szabolcs Vasas)

This closes #63
2018-12-03 11:53:21 +01:00
Fero Szabo
f8fe691e21 SQOOP-3413: TestMainframeManager does not restore the inner state of AccumuloUtil
(Szabolcs Vasas via Fero Szabo)

This closes #52
2018-11-27 16:52:09 +01:00
Boglarka Egyed
696187bb16 SQOOP-3411: PostgresMetaConnectIncrementalImportTest fails if metastore tables are absent from the database
This closes #51

(Szabolcs Vasas via Boglarka Egyed)
2018-11-26 12:05:03 +01:00
Szabolcs Vasas
08eb5bdc40 SQOOP-3410: Test S3 import with fs.s3a.security.credential.provider.path
(Boglarka Egyed via Szabolcs Vasas)
2018-11-23 15:15:02 +01:00
Fero Szabo
2bf6f3ccd0 SQOOP-3289: Add .travis.yml
(Szabolcs Vasas via Fero Szabo)
2018-11-23 15:07:59 +01:00
Fero Szabo
cbc39c3bfa Revert "SQOOP-3289: Add .travis.yml"
This reverts commit 83a18e1951.

Reverting because of accidental inclusion of .cache file.
2018-11-23 15:05:05 +01:00
Fero Szabo
83a18e1951 SQOOP-3289: Add .travis.yml
(Szabolcs Vasas via Fero Szabo)
2018-11-23 13:11:12 +01:00
Szabolcs Vasas
264cddbecf SQOOP-3409: Fix temporary rootdir clean up in Sqoop-S3 tests
(Boglarka Egyed via Szabolcs Vasas)
2018-11-22 16:30:56 +01:00
root
0a7407613b SQOOP-3405: Refactor: break up Parameterized tests on a per database basis
(Fero Szabo via Szabolcs Vasas)
2018-11-22 15:41:14 +01:00
Fero Szabo
28896c8df1 SQOOP-3407 Introduce methods instead of TEMP_BASE_DIR and LOCAL_WAREHOUSE_DIR static fields
(Szabolcs Vasas via Fero Szabo)
2018-11-21 13:20:17 +01:00
Fero Szabo
bb9c2dd85b SQOOP-3404: Categorize all tests in the project
(Szabolcs Vasas via Fero Szabo)
2018-11-19 10:44:35 +01:00
Szabolcs Vasas
d58e5f106b SQOOP-3104: Create test categories instead of test suites and naming conventions
(Nguyen Truong via Szabolcs Vasas)
2018-11-14 16:38:40 +01:00
Szabolcs Vasas
00a02dec2f SQOOP-3382: Add parquet numeric support for Parquet in hdfs import
(Fero Szabo via Szabolcs Vasas)
2018-11-14 11:29:02 +01:00
Szabolcs Vasas
6dd6a4fc86 SQOOP-2949: SQL Syntax error when split-by column is of character type and min or max value has single quote inside it
(Fero Szabo via Szabolcs Vasas)
2018-10-31 16:48:54 +01:00
Szabolcs Vasas
c2211d6118 SQOOP-3395: Document Hadoop CredentialProvider usage in case of import into S3
(Boglarka Egyed via Szabolcs Vasas)
2018-10-25 16:13:48 +02:00
Szabolcs Vasas
7f61ae21e3 SQOOP-3399: TestS3ImportWithHadoopCredProvider fails if credential generator command is not provided
(Szabolcs Vasas)
2018-10-25 08:40:00 +02:00
Szabolcs Vasas
7ab99f41cf SQOOP-3355: Document SQOOP-1905 DB2 --schema option
(Fero Szabo via Szabolcs Vasas)
2018-10-25 08:36:29 +02:00
Szabolcs Vasas
9e328a53e1 SQOOP-3390: Document S3Guard usage with Sqoop
(Boglarka Egyed via Szabolcs Vasas)
2018-10-24 16:44:10 +02:00
Szabolcs Vasas
15097756c7 SQOOP-3394: External Hive table tests should use unique external dir names
(Boglarka Egyed via Szabolcs Vasas)
2018-10-19 11:20:44 +02:00
Boglarka Egyed
1f7b0bf841 SQOOP-3391: Test storing AWS credentials in Hadoop CredentialProvider during import
(Boglarka Egyed)
2018-10-18 16:08:13 +02:00
Szabolcs Vasas
5dd8c8aad1 SQOOP-3381: Upgrade the Parquet library from 1.6.0 to 1.9.0
(Fero Szabo via Szabolcs Vasas)
2018-10-17 10:16:40 +02:00
Szabolcs Vasas
c329f360dd SQOOP-3384: Document import into external Hive table backed by S3
(Boglarka Egyed via Szabolcs Vasas)
2018-10-15 15:32:39 +02:00
Szabolcs Vasas
40f0b74c01 SQOOP-3378: Error during direct Netezza import/export can interrupt process in uncontrolled ways
(Daniel Voros via Szabolcs Vasas)
2018-10-11 10:36:41 +02:00
Szabolcs Vasas
71523079bc SQOOP-3327: Mainframe FTP needs to Include "Migrated" datasets when parsing the FTP list
(Chris Teoh via Szabolcs Vasas)
2018-10-11 07:52:33 +02:00
Szabolcs Vasas
18212becec SQOOP-3326: Mainframe FTP listing for GDG should filter out non-GDG datasets in a heterogeneous listing
(Chris Teoh via Szabolcs Vasas)
2018-10-10 15:40:26 +02:00
Szabolcs Vasas
973629912c SQOOP-3376: Test import into external Hive table backed by S3
(Boglarka Egyed via Szabolcs Vasas)
2018-10-10 14:41:22 +02:00
Szabolcs Vasas
932822aa8f SQOOP-3383: Disable FileSystem static cache in S3 tests
(Boglarka Egyed via Szabolcs Vasas)
2018-09-12 14:00:02 +07:00
Szabolcs Vasas
b37e0c6053 SQOOP-3380: parquet-configurator-implementation is not recognized as an option
(Szabolcs Vasas)
2018-09-12 09:19:09 +07:00
Boglarka Egyed
c814e58348 SQOOP-3375: HiveMiniCluster does not restore hive-site.xml location
(Szabolcs Vasas via Boglarka Egyed)
2018-09-03 11:52:44 +02:00
Boglarka Egyed
35556651e2 SQOOP-3373: Document simple and incremental import into S3
(Boglarka Egyed)
2018-08-31 11:27:33 +02:00
Boglarka Egyed
6fa45a95a4 SQOOP-3368: Add fail-fast scenarios to S3 incremental import use cases without --temporary-rootdir option
(Boglarka Egyed)
2018-08-31 09:33:46 +02:00
Boglarka Egyed
327aec8bf1 SQOOP-3367: Improve third party tests to be able to execute them in a single JVM
(Szabolcs Vasas via Boglarka Egyed)
2018-08-28 15:31:23 +02:00
Szabolcs Vasas
816146df56 SQOOP-3363: Test incremental import with S3
(Boglarka Egyed via Szabolcs Vasas)
2018-08-28 14:17:55 +02:00
Szabolcs Vasas
f021580844 SQOOP-3366: Improve unit tests to be able to execute them in a single JVM
(Nguyen Truong via Szabolcs Vasas)
2018-08-24 12:14:08 +02:00
Szabolcs Vasas
0d6c455e5b SQOOP-3224: Mainframe FTP transfer should have an option to use binary mode for transfer
(Chris Teoh via Szabolcs Vasas)
2018-08-23 17:08:00 +02:00
Szabolcs Vasas
f5eda1e208 SQOOP-3364: Upgrade Gradle version to 4.9
(Szabolcs Vasas)
2018-08-22 16:29:31 +02:00