You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org> on 2012/03/02 19:07:58 UTC

[jira] [Commented] (SQOOP-416) Allow code-generation arguments with Avro imports

    [ https://issues.apache.org/jira/browse/SQOOP-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221111#comment-13221111 ] 

jiraposter@reviews.apache.org commented on SQOOP-416:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4161/
-----------------------------------------------------------

Review request for Sqoop.


Summary
-------

This is pretty trivial patch, it just introduces new variables for the name and namespace in Avro schema and initializes them to the values passed in the options in the manner similar to ClassWriter.


This addresses bug SQOOP-416.
    https://issues.apache.org/jira/browse/SQOOP-416


Diffs
-----

  ./src/java/org/apache/sqoop/orm/AvroSchemaGenerator.java 1296327 

Diff: https://reviews.apache.org/r/4161/diff


Testing
-------

Import and export of Avro data files from/to SQL table.


Thanks,

Kyryl


                
> Allow code-generation arguments with Avro imports
> -------------------------------------------------
>
>                 Key: SQOOP-416
>                 URL: https://issues.apache.org/jira/browse/SQOOP-416
>             Project: Sqoop
>          Issue Type: Improvement
>          Components: codegen
>    Affects Versions: 1.4.2-incubating
>            Reporter: Michael Haeusler
>              Labels: avro
>         Attachments: SQOOP-416.patch, SQOOP-416.patch
>
>
> If you use --as-avrodatafile, sqoop will automatically generate an avro schema and store it in the header of the avro files. You can easily extract and use that auto-generated schema (e.g., with avro-tools getschema, avro-tools compile). It would be a great improvement, if you could customize the name and namespace of the generated record type in this schema with the already existing arguments --package-name and/or --class-name.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira