thanks for the quick reply Abraham! On Thu, Jul 2, 2015 at 7:57 AM, Abraham Elmahrek <[email protected]> wrote:
> Arrays are not supported with Avro currently: > https://github.com/apache/sqoop/blob/branch-1.4.6/src/java/org/apache/sqoop/manager/ConnManager.java#L184. > You can map a type to Bytes as a simple work around. > > On Wed, Jul 1, 2015 at 9:01 AM, André Pinto <[email protected]> > wrote: > >> Hello! >> >> I know Sqoop does not support SQL arrays ( >> https://issues.apache.org/jira/browse/SQOOP-1000 ) but does it support >> exporting Avro arrays from HDFS to a new table in the relation database >> (anchoring those records in the primary key of the first table), or >> something similar? If yes, how can I do it? >> >> Thanks in advance, >> André. >> > >
