[ 
https://issues.apache.org/jira/browse/HADOOP-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520219
 ] 

Tahir Hashmi commented on HADOOP-1694:
--------------------------------------

The quoted text doesn't look like a direct dump of LZO header. Could you please 
give the first couple of lines of "hexdump -C" on the lzo compressed file? 
Maybe the file header is corrupted. Meanwhile I'll check if there's something 
wrong with the file recognition code.

> lzo compressed input files not properly recognized
> --------------------------------------------------
>
>                 Key: HADOOP-1694
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1694
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.14.0
>            Reporter: Nigel Daley
>             Fix For: 0.15.0
>
>
> When running the wordcount example with text, gzip and lzo compressed input 
> files, the lzo compressed input files are not properly recognized and are 
> treated as text files.
> With an input dir of
> {quote}
>     /user/hadoopqa/input/part-001.txt
>     /user/hadoopqa/input/part-002.txt.gz
>     /user/hadoopqa/input/part-003.txt.lzo
> {quote}
> and running this command
> {quote}
>     bin/hadoopqa jar hadoop-examples.jar wordcount /user/hadoopqa/input 
> /user/hadoopqa/output
> {quote}
> I get output that looks like
> {quote}
>     row     4
>     royal   4
>     rt$3-ex?ÔøΩ?÷µIStÔøΩ"4D%ÔøΩ9$UÔøΩÔøΩ"ÔøΩ,       1
>     ru$ÔøΩÔøΩ#~t"@ÔøΩm*d#\/$ÔøΩÔøΩl.t"XÔøΩÔøΩDi"    1
>     rubbÔøΩdÔøΩ&@bT 1
>     rubbed  2
> {quote}
> To lzo compress the file I used lzop:
> http://www.lzop.org/download/lzop-1.01-linux_i386.tar.gz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to