You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Aaron Kimball (JIRA)" <ji...@apache.org> on 2009/07/22 03:03:14 UTC

[jira] Created: (MAPREDUCE-783) Rename Sqoop "local" transfer to "direct"

Rename Sqoop "local" transfer to "direct"
-----------------------------------------

                 Key: MAPREDUCE-783
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-783
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: contrib/sqoop
            Reporter: Aaron Kimball
            Assignee: Aaron Kimball
            Priority: Minor


Sqoop can use tools such as mysqldump to pull from databases instead of JDBC. This is invoked using the "--local" command line argument. This name is based on a misunderstanding; these tools typically do offer remote access capability. Sqoop should pass host and port parameters to underlying tools where appropriate. Similarly, the "local" mode should be renamed, e.g., to "direct" mode and use --direct as an argument instead.

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


[jira] Resolved: (MAPREDUCE-783) Rename Sqoop "local" transfer to "direct"

Posted by "Aaron Kimball (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Kimball resolved MAPREDUCE-783.
-------------------------------------

    Resolution: Duplicate

Forgot I already added this; duplicates MAPREDUCE-816

> Rename Sqoop "local" transfer to "direct"
> -----------------------------------------
>
>                 Key: MAPREDUCE-783
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-783
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: contrib/sqoop
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Minor
>
> Sqoop can use tools such as mysqldump to pull from databases instead of JDBC. This is invoked using the "--local" command line argument. This name is based on a misunderstanding; these tools typically do offer remote access capability. Sqoop should pass host and port parameters to underlying tools where appropriate. Similarly, the "local" mode should be renamed, e.g., to "direct" mode and use --direct as an argument instead.

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