[ https://issues.apache.org/jira/browse/SQOOP-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13699717#comment-13699717 ]
Hudson commented on SQOOP-999: ------------------------------ Integrated in Sqoop-ant-jdk-1.6-hadoop100 #739 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop100/739/]) SQOOP-999: Support bulk load from HDFS to PostgreSQL using COPY ... FROM (Revision fb29b8f9fcd45c98857fe44cfc3fe294f2fc6f84) Result = SUCCESS jarcec : https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=fb29b8f9fcd45c98857fe44cfc3fe294f2fc6f84 Files : * src/test/com/cloudera/sqoop/manager/DirectPostgreSQLExportManualTest.java * src/java/org/apache/sqoop/mapreduce/postgresql/PostgreSQLCopyExportJob.java * src/java/org/apache/sqoop/mapreduce/postgresql/PostgreSQLCopyExportMapper.java * ivy.xml * src/java/org/apache/sqoop/manager/DirectPostgresqlManager.java * ivy/libraries.properties > Support bulk load from HDFS to PostgreSQL using COPY ... FROM > ------------------------------------------------------------- > > Key: SQOOP-999 > URL: https://issues.apache.org/jira/browse/SQOOP-999 > Project: Sqoop > Issue Type: New Feature > Components: connectors/postgresql > Affects Versions: 1.4.3 > Environment: PostgreSQL > Reporter: Ruslan Al-Fakikh > Assignee: Masatake Iwasaki > Fix For: 1.4.4 > > Attachments: export-to-postgresql-with-copy.1.patch, > export-to-postgresql-with-copy.patch > > > Initially taken from here: > https://issues.cloudera.org/browse/SQOOP-184 > As Cloudera site is no longer used: > {quote} > 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. > {quote} > 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira