[ https://issues.apache.org/jira/browse/SQOOP-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222568#comment-13222568
]
Hudson commented on SQOOP-416:
------------------------------
Integrated in Sqoop-ant-jdk-1.6 #93 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6/93/])
SQOOP-416 Allow code-generation arguments with Avro imports (Revision 1297199)
Result = FAILURE
blee : http://svn.apache.org/viewvc/?view=rev&rev=1297199
Files :
* /incubator/sqoop/trunk/src/java/org/apache/sqoop/orm/AvroSchemaGenerator.java
> 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
> Assignee: Kyryl Bilokurov
> Labels: avro
> Fix For: 1.4.2-incubating
>
> Attachments: 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
|