You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2009/11/17 00:13:40 UTC

[jira] Commented: (MAPREDUCE-1168) Export data to databases via Sqoop

    [ https://issues.apache.org/jira/browse/MAPREDUCE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778635#action_12778635 ] 

Tom White commented on MAPREDUCE-1168:
--------------------------------------

+1 This looks good. A few nits:

* ExportError. Should this be ExportException? Errors are generally only thrown by the JVM itself.
* ImportOptions. This is now being used for export options too, so should probably be renamed SqoopOptions.
* ExportJob#isSequenceFiles() could use magic numbers to detect the format. Could AutoInputFormat be used, or adapted?

> Export data to databases via Sqoop
> ----------------------------------
>
>                 Key: MAPREDUCE-1168
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1168
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>          Components: contrib/sqoop
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>         Attachments: MAPREDUCE-1168.patch
>
>
> Sqoop can import from a database into HDFS. It's high time it works in reverse too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.