You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2012/12/15 03:06:16 UTC

[jira] [Comment Edited] (SQOOP-761) HDFSTextExportExtractor loses lines around partition boundaries

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

Hari Shreedharan edited comment on SQOOP-761 at 12/15/12 2:06 AM:
------------------------------------------------------------------

Uncommented unit tests. All unit tests pass now. Fixed multiple issues:
* HdfsTextExportExtractor was using FileSystem.getPos() method - which was causing missing data in uncompressed files - so now explicitly calculate the size.

* SequenceFile was reading data multiple times, since HdfsSequenceExportExtractor was reading a file till the end of a file, ignoring the end parameter.

* Added forking to the unit tests, and added more memory.

* Uncommented the tests in TestHdfsExtract
                
      was (Author: hshreedharan):
    Uncommented unit tests. All unit tests pass now. Fixed multiple issues:
* HdfsTextExportExtractor was using FileSystem.getPos() method - which was causing missing data in uncompressed files - so now explicitly calculate the size.

* SequenceFile was reading data multiple times, since HdfsSequenceExportExtractor was reading a file till the end of a file, ignoring the end parameter.

* Added forking to the unit tests, and added more memory.

*Uncommented the tests in TestHdfsExtract
                  
> HDFSTextExportExtractor loses lines around partition boundaries
> ---------------------------------------------------------------
>
>                 Key: SQOOP-761
>                 URL: https://issues.apache.org/jira/browse/SQOOP-761
>             Project: Sqoop
>          Issue Type: Bug
>            Reporter: Hari Shreedharan
>            Priority: Blocker
>             Fix For: 1.99.1
>
>         Attachments: SQOOP-761-missingdata.txt, SQOOP-761.patch
>
>
> Blocker for 1.99 release

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira