5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 18:42:47 +08:00
Commit Graph

895 Commits

Author SHA1 Message Date
Attila Szabo
be30a344ee SQOOP-3075: Simplify Unicode character support in
source files (introduced by SQOOP-3074) by
defining explicit locales instead of using
EscapeUtils

(Attila Szabo)
2016-12-16 11:48:52 +01:00
Attila Szabo
5771a2da5f SQOOP-3074: Fix Avro import not to fail with Javac
errors in case of non UTF-8 locale

(Attila Szabo)
2016-12-08 23:07:31 +01:00
Attila Szabo
44e05df215 SQOOP-3051:Remove all old profiles, configurations
from build.xml and ivy.xml and consolidate them
to a single working one

(Anna Szonyi via Attila Szabo)
2016-12-08 13:24:52 +01:00
Attila Szabo
642b41a9e8 SQOOP-3072: Reenable escaping in
ImportTest#testProductWithWhiteSpaceImport for proper execution

(Attila Szabo)
2016-12-06 17:54:52 +01:00
Attila Szabo
fe67a0a5c0 SQOOP-3071: Fix OracleManager to apply localTimeZone correctly in case of Date objects too
(Attila Szabo)
2016-12-06 17:53:31 +01:00
Attila Szabo
bd51d987b8 SQOOP-3069: Get OracleExportTest#testUpsertTestExport in line with SQOOP-3066
(Attila Szabo)
2016-12-06 13:52:01 +01:00
Attila Szabo
3e5bab49ea SQOOP-3066: Introduce an option + env variable to
enable/disable SQOOP-2737 feature

(Attila Szabo)
2016-12-05 20:25:50 +01:00
Attila Szabo
c3ac21f716 SQOOP-2925: Modify ivy settings to work from the
local ivy cache, thus making ant compile much faster
2016-12-02 21:43:15 +01:00
Attila Szabo
0e26d92a34 SQOOP-3053: Create a cmd line argument for
sqoop.throwOnError and use it through SqoopOptions

(Boglarka Egyed via Attila Szabo)
2016-12-02 15:34:50 +01:00
Attila Szabo
916cae19f8 SQOOP-3057: Fixing 3rd party Oracle tests failing
due to invalid case of column names

(Anna Szonyi via Attila Szabo)
2016-11-29 19:06:19 +01:00
Attila Szabo
f9d76fd4a3 SQOOP-3056: Add ant ivy report target
(Anna Szonyi via Attila Szabo)
2016-11-29 15:38:35 +01:00
Attila Szabo
48cecdc99e SQOOP-3055: Fixing MySQL tests failing due to
ignored test inputs/configuration

(Anna Szonyi via Attila Szabo)
2016-11-29 15:33:16 +01:00
Attila Szabo
b0b7b4779c SQOOP-2349: Add command line option for setting
transaction isolation levels for metadata queries
2016-11-23 21:45:03 +01:00
Attila Szabo
3fba26419b SQOOP-3027: Create fail fast for export with --hcatalog-table <HIVE_VIEW>, as it's not supported by HCat
(Anna Szonyi via Attila Szabo)
2016-11-23 11:39:49 +01:00
Attila Szabo
c08c194eb9 SQOOP-3028: Include stack trace in the logging of exceptions in ExportTool
(Boglarka Egyed via Attila Szabo)
2016-11-22 11:59:16 +01:00
Venkat Ranganathan
7d6667ddb6 SQOOP-2990: Sqoop(oracle) export [updateTableToOracle] with "--update-mode allowinsert" : app fails with java.sql.SQLException: Missing IN or OUT parameter at index
(Sowmya Ramesh via Venkat Ranganathan)
2016-11-11 14:06:21 -08:00
Attila Szabo
68f76982a0 SQOOP-3037: Minor convenience feature - add flag to ant test to enable remote debugging
(Anna Szonyi via Attila Szabo)
2016-11-10 15:19:04 +01:00
Attila Szabo
8e50060849 SQOOP-3013: Configuration "tmpjars" is not checked for empty strings before passing to MR
(Erzsebet Szilagyi via Attila Szabo)
2016-11-10 15:00:19 +01:00
Attila Szabo
64fd3d2d32 SQOOP-3038: export to table with "value" column causes all null values in the "value" column
(Anna Szonyi via Attila Szabo)
2016-11-08 19:10:00 +01:00
Attila Szabo
c3e868ce90 SQOOP-3044: Add missing ASF license information to .java files
(Anna Szonyi via Attila Szabo)
2016-11-08 18:30:13 +01:00
Attila Szabo
53b490e146 SQOOP-3034: HBase import should fail fast if using anything other than as-textfile
(Boglarka Egyed via Attila Szabo)
2016-11-08 18:23:52 +01:00
Venkat Ranganathan
b60aef1ffb SQOOP-3033: Sqoop option --skip-dist-cache is not saved as a parameter when saving Sqoop Job
(Sowmya Ramesh via Venkat Ranganathan)
2016-10-28 20:39:10 -07:00
Jarek Jarcec Cecho
3fc4ff7144 SQOOP-2983: OraOop export has degraded performance with wide tables
(Attila Szabo via Jarek Jarcec Cecho)
2016-10-26 12:20:17 -07:00
Attila Szabo
14754342d3 SQOOP-2986: Add validation check for --hive-import and --incremental lastmodified
(Szabolcs Vasas via Attila Szabo)
2016-10-13 15:21:56 +02:00
Attila Szabo
b4afcf4179 SQOOP-2952: Fixing bug (row key not added into column family using --hbase-bulkload)
(Szabolcs Vasas via Attila Szabo)
2016-10-13 14:38:21 +02:00
Attila Szabo
0f13c474bf SQOOP-3021: ClassWriter fails if a column name contains a backslash character
(Szabolcs Vasas via Attila Szabo)
2016-10-07 01:59:06 +02:00
Venkatesan Ranganathan
8f3989d9ad SQOOP-3010: Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive import with create-hive-table is used
(Sowmya Ramesh via Venkat Ranganathan)
2016-09-26 05:34:13 -07:00
Attila Szabo
b007e4d59d SQOOP-2913: Make sqoop fail if user uses --direct connector for case when --direct connector is not available
(Anna Szonyi via Attila Szabo)
2016-09-23 16:30:36 +02:00
Abraham Fine
7c1754270f SQOOP-2999: Sqoop ClassNotFoundException (org.apache.commons.lang3.StringUtils) is thrown when executing Oracle direct import map task
(Szabolcs Vasas via Abraham Fine)
2016-08-29 10:27:58 +02:00
Venkat Ranganathan
b9794f98e3 SQOOP-2936: Provide Apache Atlas integration for hcatalog based exports
(Balu Vellanki via Venkat Ranganathan)
2016-08-20 23:40:28 -07:00
Kate Ting
3bd2952a9b SQOOP-2995: backward incompatibility introduced by Custom Tool options
(Szabolcs Vasas via Kate Ting)
2016-08-15 22:55:05 -07:00
Kate Ting
c8f9beec1d SQOOP-2884: Document --temporary-rootdir
(Markus Kemper via Kate Ting)
2016-08-09 17:46:40 -07:00
Kate Ting
7808c6bc3e SQOOP-2971: OraOop does not close connections properly
(Szabolcs Vasas via Kate Ting)
2016-07-01 16:00:03 -07:00
Venkat Ranganathan
c339b23b6c SQOOP-2950: Sqoop trunk has consistent UT failures - need fixing
(Venkat Ranganathan via Venkat Ranganathan)
2016-06-13 17:29:02 +05:30
Kate Ting
b302d89fae SQOOP-2938: Mainframe import module extension to support data sets on tape (Chris Teoh via Kate Ting) 2016-06-06 17:31:17 -07:00
Jarek Jarcec Cecho
28bbe4d461 SQOOP-2920: sqoop performance deteriorates significantly on wide datasets; sqoop 100% on cpu
(Attila Szabo via Jarek Jarcec Cecho)
2016-05-19 07:27:35 -07:00
Jarek Jarcec Cecho
5779aec031 SQOOP-2906: Optimization of AvroUtil.toAvroIdentifier
(Joeri Hermans via Jarek Jarcec Cecho)
2016-05-19 07:26:57 -07:00
Jarek Jarcec Cecho
ac217a032c Revert "SQOOP-2920: sqoop performance deteriorates significantly on wide datasets; sqoop 100% on cpu"
I've mistakenly committed SQOOP-2920 and SQOOP-2906 inside this commit,
so I'll revert it and commit them separately.
2016-05-19 07:26:12 -07:00
Jarek Jarcec Cecho
83f0c1a40b SQOOP-2911: Fix failing HCatalogExportTest caused by SQOOP-2863
(Abraham Fine via Jarek Jarcec Cecho)
2016-05-18 13:32:22 -07:00
Jarek Jarcec Cecho
db4a8fc2fe SQOOP-2920: sqoop performance deteriorates significantly on wide datasets; sqoop 100% on cpu
(Attila Szabo via Jarek Jarcec Cecho)
2016-05-18 13:27:55 -07:00
Jarek Jarcec Cecho
db8c247000 SQOOP-2915: Fixing Oracle related unit tests
(Attila Szabo via Jarek Jarcec Cecho)
2016-04-26 13:41:39 -07:00
Jarek Jarcec Cecho
660f3e8ad0 SQOOP-2910: Add capability to Sqoop to require an explicit option to be specified with --split-by for a String column
(Attila Szabo via Jarek Jarcec Cecho)
2016-04-19 15:54:58 -07:00
Jarek Jarcec Cecho
dc25684318 SQOOP-2909: Oracle related ImportTest fails after SQOOP-2737
(Attila Szabo via Jarek Jarcec Cecho)
2016-04-18 08:50:37 -07:00
Venkat Ranganathan
729e681f10 SQOOP-2896: Sqoop exec job fails with SQLException Access denied for user
(Sowmya Ramesh via Venkat Ranganathan)
2016-03-29 18:02:19 -07:00
Jarek Jarcec Cecho
1dd50cfb2a SQOOP-2561: Special Character removal from Column name as avro data results in duplicate column and fails the import
(VISHNU S NAIR via Jarek Jarcec Cecho)
2016-03-29 09:26:47 -07:00
Jarek Jarcec Cecho
0c8b105481 SQOOP-2846: Sqoop Export with update-key failing for avro data file
(VISHNU S NAIR via Jarek Jarcec Cecho)
2016-03-21 10:07:38 -07:00
Jarek Jarcec Cecho
a0b730c77e SQOOP-2880: Provide argument for overriding temporary directory
(Attila Szabo via Jarek Jarcec Cecho)
2016-03-14 09:21:16 -07:00
Venkat Ranganathan
152fe93002 SQOOP-2864: ClassWriter chokes on column names containing double quotes
(Jarek Jarcec Cecho via Venkat Ranganathan)
2016-03-04 11:37:40 -08:00
Venkat Ranganathan
d21699e2ab SQOOP-2863 Properly escape column names for generated INSERT statements
(Jarek Jarcec Cecho via Venkat Ranganathan)
2016-03-04 11:17:51 -08:00
Jarek Jarcec Cecho
2eecf68010 SQOOP-2647: Add option for drop-if-exists when using sqoop hcat import.
(Muhammad Ehsan ul Haque via Jarek Jarcec Cecho)
2016-03-04 08:50:15 -08:00