You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by Matthias Friedrich <ma...@mafr.de> on 2012/12/01 16:55:10 UTC

Re: Review Request: Adding Sources for NLine and KeyValueText InputFormats

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


Looks good, although the new classes at least could use some javadocs. I know they're surrounded by undocumented stuff, but we have to start somewhere ;-)


crunch/src/main/java/org/apache/crunch/io/text/LineParser.java
<https://reviews.apache.org/r/8215/#comment29728>

    Looks like the rest of the line is lost. Is this intended behavior?


- Matthias Friedrich


On Nov. 25, 2012, 7:19 p.m., Josh Wills wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/8215/
> -----------------------------------------------------------
> 
> (Updated Nov. 25, 2012, 7:19 p.m.)
> 
> 
> Review request for crunch.
> 
> 
> Description
> -------
> 
> Added support for the NLine and KeyValueText InputFormats to the o.a.c.io.text package. This completes Crunch's support for the InputFormats that ship as part of hadoop-client.
> 
> In the process, I refactored the ReaderFactory code that is used to read SequenceFiles and text files during materialization to eliminate some duplicate code.
> 
> 
> This addresses bug CRUNCH-119.
>     https://issues.apache.org/jira/browse/CRUNCH-119
> 
> 
> Diffs
> -----
> 
>   crunch/src/it/java/org/apache/crunch/io/CompositePathIterableIT.java 796b821 
>   crunch/src/it/java/org/apache/crunch/io/NLineInputIT.java PRE-CREATION 
>   crunch/src/it/java/org/apache/crunch/io/TextFileTableIT.java PRE-CREATION 
>   crunch/src/main/java/org/apache/crunch/io/avro/AvroFileReaderFactory.java 6f21dd2 
>   crunch/src/main/java/org/apache/crunch/io/avro/AvroFileSource.java 2226556 
>   crunch/src/main/java/org/apache/crunch/io/impl/AutoClosingIterator.java d58f290 
>   crunch/src/main/java/org/apache/crunch/io/impl/FileTableSourceImpl.java f6e8f1d 
>   crunch/src/main/java/org/apache/crunch/io/seq/SeqFileReaderFactory.java ad1b81b 
>   crunch/src/main/java/org/apache/crunch/io/seq/SeqFileSource.java e8f3dcf 
>   crunch/src/main/java/org/apache/crunch/io/seq/SeqFileTableReaderFactory.java 20c749a 
>   crunch/src/main/java/org/apache/crunch/io/seq/SeqFileTableSource.java 56ed985 
>   crunch/src/main/java/org/apache/crunch/io/text/LineParser.java PRE-CREATION 
>   crunch/src/main/java/org/apache/crunch/io/text/NLineFileSource.java PRE-CREATION 
>   crunch/src/main/java/org/apache/crunch/io/text/TextFileReaderFactory.java a0c48e0 
>   crunch/src/main/java/org/apache/crunch/io/text/TextFileSource.java ee51c04 
>   crunch/src/main/java/org/apache/crunch/io/text/TextFileTableSource.java PRE-CREATION 
>   crunch/src/main/java/org/apache/crunch/io/text/TextFileTableSourceTarget.java PRE-CREATION 
>   crunch/src/main/java/org/apache/crunch/io/text/TextFileTarget.java c7e06d3 
>   crunch/src/test/java/org/apache/crunch/io/avro/AvroFileReaderFactoryTest.java 66863ba 
> 
> Diff: https://reviews.apache.org/r/8215/diff/
> 
> 
> Testing
> -------
> 
> Integration tests that use the new formats.
> 
> 
> Thanks,
> 
> Josh Wills
> 
>