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

Hudson commented on SQOOP-1394:
-------------------------------

FAILURE: Integrated in Sqoop-ant-jdk-1.6-hadoop20 #929 (See 
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop20/929/])
SQOOP-1394: Export data from HDFS back to an RDMS (jarcec: 
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=666700d33fbe064b74d239188fee5f8f3a96a328)
* src/test/com/cloudera/sqoop/TestParquetExport.java
* src/java/org/apache/sqoop/mapreduce/JdbcExportJob.java
* src/java/org/apache/sqoop/mapreduce/ExportJobBase.java
* src/java/org/apache/sqoop/mapreduce/ParquetExportMapper.java


> Export data from HDFS back to an RDMS
> -------------------------------------
>
>                 Key: SQOOP-1394
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1394
>             Project: Sqoop
>          Issue Type: Sub-task
>          Components: tools
>            Reporter: Qian Xu
>            Assignee: Qian Xu
>             Fix For: 1.4.6
>
>         Attachments: SQOOP-1394.patch
>
>
> Export a set of Parquet files from HDFS to a database table. The table must 
> exist in target database. Sqoop will recognize file format by parsing file 
> header. In other words, no extra argument for command line interface is 
> required. 
> Example invocation:
> {code}sqoop export --connect JDBC_URI --table TABLE --export-dir 
> /path/to/file{code}
> Limitations:
> 1. Like other file formats support, BlobRef is not supported.
> 2. Files are read via Kite SDK. Currently Kite requires .metadata present.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to