Uploaded image for project: 'Sqoop (Retired)'
  1. Sqoop (Retired)
  2. SQOOP-1333

Sqoop Fails to Import from PostgreSQL to S3 with Confusing "Imported Failed: null" exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.4.4
    • None
    • None
    • None
    • CentOS 6, Hadoop 2, Sqoop 1.4.4

    Description

      I see some issues resolved with importing from MySQL to S3 (SQOOP-891), but I can't find any information on the following command and error:

      sqoop import -Dfs.defaultFS=s3n:// --connect "jdbc:postgresql://ip_address/cleanroom_matching?extra_options=-Dfs.defaultFS%3Ds3n%3A%2F%2F" --fields-terminated-by \\t --username [omitted] --password [omitted] --split-by cr_user_id  --query "SELECT * FROM table WHERE (\$CONDITIONS)" --direct --delete-target-dir --target-dir 's3n://[omitted]:[omitted]@[omitted]/sqoop/'  --verbose
      
      14/06/03 09:49:53 ERROR tool.ImportTool: Imported Failed: null
      

      That's it, there's no stack trace. The query works on its own, if I import to disk it works just fine. It's when I change to S3 that it fails. It was failing because I didn't set the default file system after I did that, I started getting the confusing error.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wattsinabox William Watson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: