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

[jira] Created: (HADOOP-5926) Sqoop should allow user-defined class and package names

Sqoop should allow user-defined class and package names
-------------------------------------------------------

                 Key: HADOOP-5926
                 URL: https://issues.apache.org/jira/browse/HADOOP-5926
             Project: Hadoop Core
          Issue Type: Improvement
            Reporter: Aaron Kimball
            Priority: Minor


Currently Sqoop generates a class for each table to be imported; the class names are equal to the table names and they are not part of any package.

This adds --class-name and --package-name parameters to Sqoop, allowing these aspects of code generation to be controlled.

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


[jira] Assigned: (HADOOP-5926) Sqoop should allow user-defined class and package names

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

Aaron Kimball reassigned HADOOP-5926:
-------------------------------------

    Assignee: Aaron Kimball

> Sqoop should allow user-defined class and package names
> -------------------------------------------------------
>
>                 Key: HADOOP-5926
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5926
>             Project: Hadoop Core
>          Issue Type: Improvement
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Minor
>
> Currently Sqoop generates a class for each table to be imported; the class names are equal to the table names and they are not part of any package.
> This adds --class-name and --package-name parameters to Sqoop, allowing these aspects of code generation to be controlled.

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


[jira] Updated: (HADOOP-5926) Sqoop should allow user-defined class and package names

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

Aaron Kimball updated HADOOP-5926:
----------------------------------

    Attachment: classnames.patch

Attaching patch which provides this functionality

> Sqoop should allow user-defined class and package names
> -------------------------------------------------------
>
>                 Key: HADOOP-5926
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5926
>             Project: Hadoop Core
>          Issue Type: Improvement
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Minor
>         Attachments: classnames.patch
>
>
> Currently Sqoop generates a class for each table to be imported; the class names are equal to the table names and they are not part of any package.
> This adds --class-name and --package-name parameters to Sqoop, allowing these aspects of code generation to be controlled.

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