5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-21 19:31:13 +08:00
Commit Graph

335 Commits

Author SHA1 Message Date
Jarek Jarcec Cecho
5bfd84e137 SQOOP-883: Remove input directory prior Sqoop import
(Raghav Kumar Gautam via Jarek Jarcec Cecho)
2013-06-12 08:55:50 -07:00
Kate Ting
5d767e796d SQOOP-1071: Avro import is failing when columns are starting with underscore
(Jarek Jarcec Cecho via Kate Ting)
2013-06-10 17:17:28 -04:00
Jarek Jarcec Cecho
658c15848f SQOOP-976: Incorrect SQL when incremental criteria is text column
(Raghav Kumar Gautam via Jarek Jarcec Cecho)
2013-06-09 08:48:33 -07:00
Jarek Jarcec Cecho
5e88d43b5a SQOOP-931: Integrate HCatalog with Sqoop
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-06-07 07:33:21 -07:00
Kate Ting
b07906a2a2 SQOOP-1052: Hive import is not compatible with Avro and SequenceFile but no errors are thrown
(Jarek Jarcec Cecho via Kate Ting)
2013-05-23 18:54:23 -04:00
Jarek Jarcec Cecho
b2d3a682ad SQOOP-1030: Enable column types Binary and Varbinary parsing in Sqoop for export
(Shuaishuai Nie via Jarek Jarcec Cecho)
2013-05-23 01:37:10 -07:00
Jarek Jarcec Cecho
28af5122ea SQOOP-1031: Provide default Java type mapping for MS Sql Datetimeoffset type
(Shuaishuai Nie via Jarek Jarcec Cecho)
2013-05-20 23:22:04 -07:00
Jarek Jarcec Cecho
e76ee6eea5 SQOOP-1029: Oracle export using procedures does not work
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-05-20 23:09:23 -07:00
Jarek Jarcec Cecho
0bd1e89353 SQOOP-1034: Fix SQL Azure database may return table columns in inconsistent order
(Shuaishuai Nie via Jarek Jarcec Cecho)
2013-05-20 07:44:26 -07:00
Jarek Jarcec Cecho
fd756a0c40 SQOOP-891: Sqoop export from S3 to MySQL fails when S3 is not default filesystem.
(Jurgen Van Gael via Jarek Jarcec Cecho)
2013-05-20 07:27:53 -07:00
Kate Ting
403f0aece2 SQOOP-1027: Incremental import is not properly escaping table name when loading maximal value
(Jarek Jarcec Cecho via Kate Ting)
2013-05-05 03:08:45 -04:00
Jarek Jarcec Cecho
7567315de6 SQOOP-988: Validation option should provide some output that validation is being done
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-04-16 09:56:29 -07:00
Jarek Jarcec Cecho
2d3341488f SQOOP-981: The --hadoop-home command line parameter is no longer accepted
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-04-15 10:10:01 -07:00
Jarek Jarcec Cecho
f5006b6005 SQOOP-955: Fix Sqoop unit test failures on Windows
(Ahmed El Baz via Jarek Jarcec Cecho)
2013-04-15 09:57:25 -07:00
Kate Ting
8b3742ad69 SQOOP-912: Add ability to specify --hive-database parameter
(Jarek Jarcec Cecho via Kate Ting)
2013-04-15 12:44:32 -04:00
Kate Ting
00d09b7b25 SQOOP-979: MySQL direct connector is not working correct after moving password to credential cache
(Jarek Jarcec Cecho via Kate Ting)
2013-04-06 17:29:02 -04:00
Jarek Jarcec Cecho
ef093399bf SQOOP-916: Add an abort validation handler
(Venkatesh Seetharam via Jarek Jarcec Cecho)
2013-04-05 11:07:50 -07:00
Jarek Jarcec Cecho
75bc21b164 SQOOP-885: Allow excluding some tables from import-all-tables tools
(Abraham Elmahrek via Jarek Jarcec Cecho)
2013-03-27 17:59:57 -07:00
Jarek Jarcec Cecho
a0a03d7f31 SQOOP-932: Netezza direct manager is ignoring --null-*-string arguments
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-03-21 20:23:31 -07:00
Kate
e93ec9f39f SQOOP-959: Use CredentialsUtil.fetchPasswordFromFile in BaseSqoopTool
(Jarek Jarcec Cecho via Kathleen Ting)
2013-03-21 04:27:44 -04:00
Jarek Jarcec Cecho
f2ba7eaae2 SQOOP-937: Dont generate ORM files for Direct mode connectors
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-03-20 14:30:04 -07:00
Jarek Jarcec Cecho
86812b853f SQOOP-914: Securing passwords in sqoop 1.x
(Venkatesh Seetharam via Jarek Jarcec Cecho)
2013-03-20 12:20:38 -07:00
Abhijeet Gaikwad
05976e709d SQOOP-933: Properly log SQLExceptions using getNextException() method for chaining exceptions
(Jarek Jarcec Cecho via Abhijeet Gaikwad)
2013-03-11 10:30:41 +05:30
Jarek Jarcec Cecho
1d0ebc2730 SQOOP-936: Classwriter should check if columnNames generated are null before accessing them
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-03-09 09:26:06 -08:00
Jarek Jarcec Cecho
0d5f73ad8d SQOOP-846: Provide a connector for Netezza appliances
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-03-04 22:22:46 -08:00
Jarek Jarcec Cecho
34bdf07bc8 SQOOP-928: PostgresqlManager should rollback any pending changes instead of commit when closing connections
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-03-04 19:11:46 -08:00
Cheolsoo Park
f4d5ed5375 SQOOP-907: Print out queries executed by Sqoop on mapreduce job side
(Jarcec Cecho via Cheolsoo Park)
2013-03-01 16:20:10 -08:00
Jarek Jarcec Cecho
4aa174abee SQOOP-856: PGBulkLoadExportMapper has an infinite waitFor without any logging in the event of Interrupted exceptions
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-02-26 17:24:39 -08:00
Cheolsoo Park
8c3c78b11c SQOOP-901: Allow user to override hardcoded boolean strings in direct PostgreSQL connector
(Jarcec Cecho via Cheolsoo Park)
2013-02-23 19:31:59 -08:00
Jarek Jarcec Cecho
d4d262591c SQOOP-870: Allow Sqoop to import row key column into HBase
(David Robson via Jarek Jarcec Cecho)
2013-02-07 18:48:34 -08:00
Jarek Jarcec Cecho
20b16fd4bd SQOOP-862: Hbase import fails if there is a row where all columns are null
(David Robson via Jarek Jarcec Cecho)
2013-02-07 18:37:50 -08:00
Cheolsoo Park
a220ae4694 SQOOP-654: PostgreSQL direct connector is ignoring --null(-input)string and
--null(-input)-non-string arguments

(Jarek Jarcec Cecho via Cheolsoo Park)
2013-02-06 14:18:23 -08:00
Cheolsoo Park
666d5499a2 SQOOP-860: NullPointerException when running procedure export against old database
(Jarek Jarcec Cecho via Cheolsoo Park)
2013-02-06 14:13:31 -08:00
Jarek Jarcec Cecho
bae5604a3c SQOOP-853: sqoop list-tables isn't returning the tables that have custom schemas'
(Vasanth kumar RJ via Jarek Jarcec Cecho)
2013-02-02 15:09:02 -08:00
Jarek Jarcec Cecho
7c5b46fb28 SQOOP-830: HBase import formatting BigDecimal inconsistently
(David Robson via Jarek Jarcec Cecho)
2013-01-31 09:26:42 -08:00
Cheolsoo Park
0488503a3a SQOOP-855: pg_bulkload: NullPointerException will be thrown if user specified invalid path the binary
(Jarek Jarcec Cecho via Cheolsoo Park)
2013-01-30 17:10:28 -08:00
Cheolsoo Park
144d31e62a SQOOP-854: Return value of pg_bulkload utility is being ignored
(Jarek Jarcec Cecho via Cheolsoo Park)
2013-01-30 15:55:26 -08:00
Jarek Jarcec Cecho
9de589e83c SQOOP-840: Inconsistent java generics declaration for exportwriter classes
(Venkat Ranganathan via Jarek Jarcec Cecho)
2013-01-23 09:45:09 -08:00
Jarek Jarcec Cecho
20af67ef60 SQOOP-749: Exports Using Stored Procedures (Functions)
(Nick White via Jarek Jarcec Cecho)
2013-01-22 12:24:40 -08:00
Abhijeet Gaikwad
9a3fd1484f SQOOP-824: Sqoop code generation in 'update' export mode incompatible with '--columns' option
(Jarek Jarcec Cecho via Abhijeet Gaikwad)
2013-01-20 20:56:44 +05:30
Jarek Jarcec Cecho
2b0456d6ce SQOOP-829: Error Messages For --map-column-java Should Be More Useful
(Nick White via Jarek Jarcec Cecho)
2013-01-15 04:15:30 -08:00
Jarek Jarcec Cecho
79f941b7e1 SQOOP-796: Unable to use new Hadoop environment variables
(Sean Mackrory via Jarek Jarcec Cecho)
2013-01-10 09:01:06 -08:00
Cheolsoo Park
fd0143b5ae SQOOP-825: Warning for incorrect usage of hive parameters is not
checking HIVE_HOME correctly

(Jarek Jarcec Cecho via Cheolsoo Park)
2013-01-10 08:06:44 -08:00
Cheolsoo Park
82c117c4f1 SQOOP-818: Missing method setConnManager(Lcom/cloudera/sqoop/manager/ConnManager;)V in
ExportJobContContext breaks MS SQL Connector

(Jarek Jarcec Cecho via Cheolsoo Park)
2013-01-08 10:15:35 -08:00
Cheolsoo Park
b02ddc3975 SQOOP-820: Escape table name in export job only if it's required by connector
(Jarek Jarcec Cecho via Cheolsoo Park)
2013-01-08 10:06:56 -08:00
Jarek Jarcec Cecho
7573450e18 SQOOP-808: SQLExceptions From Batched Exports Aren't Very Helpful
(Nick White via Jarek Jarcec Cecho)
2013-01-06 02:30:15 -08:00
Cheolsoo Park
8029ed0cfc SQOOP-804: Warn if hive special arguments will be used without --hive-import
(Jarek Jarcec Cecho via Cheolsoo Park)
2013-01-04 02:27:27 -08:00
Jarek Jarcec Cecho
0e8a7dc73e SQOOP-652: Improve error message generated in DataDrivenDBInputFormat when no splitter is available
(Linden Hillenbrand via Jarek Jarcec Cecho)
2012-12-18 20:31:42 -08:00
Jarek Jarcec Cecho
05774d49be SQOOP-741: The OracleConnect getTables() implementation needs to restrict tables to current user
(Venkat Ranganathan via Jarek Jarcec Cecho)
2012-12-06 08:51:41 -08:00
Jarek Jarcec Cecho
0b465594d2 SQOOP-638: Add an optional, simple and extensible validation framework for sqoop
(Venkatesh Seetharam via Jarek Jarcec Cecho)
2012-12-01 13:00:47 -08:00