[
https://issues.apache.org/jira/browse/HADOOP-15612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554887#comment-16554887
]
Hudson commented on HADOOP-15612:
---------------------------------
FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #14630 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14630/])
HADOOP-15612. Improve exception when tfile fails to load LzoCodec. (gera: rev
6bec03cfc8bdcf6aa3df9c22231ab959ba31f2f5)
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/file/tfile/Compression.java
* (edit)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestCompression.java
> Improve exception when tfile fails to load LzoCodec
> ----------------------------------------------------
>
> Key: HADOOP-15612
> URL: https://issues.apache.org/jira/browse/HADOOP-15612
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 3.1.0
> Reporter: Gera Shegalov
> Assignee: Gera Shegalov
> Priority: Major
> Attachments: HADOOP-15612.001.patch, HADOOP-15612.002.patch,
> HADOOP-15612.003.patch
>
>
> When hadoop-lzo is not on classpath you get
> {code:java}
> java.io.IOException: LZO codec class not specified. Did you forget to set
> property io.compression.codec.lzo.class?{code}
> which is probably rarely the real cause given the default class name. The
> real root cause is not attached to the exception thrown.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]