Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.3
-
None
-
PostgreSQL
Description
Initially taken from here:
https://issues.cloudera.org/browse/SQOOP-184
As Cloudera site is no longer used:
Sqoop currently supports bulk export from PostgreSQL but not bulk import. PostgreSQL support COPY <table> FROM <filename> syntax and readily accepts CSV data. We should support this so there is --direct support in both directions.
A note from myself:
the pg_bulkupload feature is already implemented:
https://issues.apache.org/jira/browse/SQOOP-390
pg_builupload is a third-party tool, I guess supporting COPY would be a better case.
Attachments
Attachments
Issue Links
- relates to
-
SQOOP-2972 SQOOP Direct Export To PostgreSQL Supports Selective Columns
- Patch Available
-
SQOOP-1118 Move PostgreSQL specific MR codes to org.apache.sqoop.mapreduce.posgresql
- Resolved
- links to