-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4.3
-
Fix Version/s: 1.4.4
-
Component/s: connectors/postgresql
-
Labels:None
-
Environment:
PostgreSQL
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.
- 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