[
https://issues.apache.org/jira/browse/HADOOP-14097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15874765#comment-15874765
]
Elek, Marton commented on HADOOP-14097:
---------------------------------------
Link to the original issue where the workaround has been introduced.
> Remove Java6 specific code from GzipCodec.java
> ----------------------------------------------
>
> Key: HADOOP-14097
> URL: https://issues.apache.org/jira/browse/HADOOP-14097
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Akira Ajisaka
> Priority: Minor
> Labels: newbie
>
> GzipCodec has Java 6 specific code and it can be removed.
> {code:title=GzipCodec.java}
> public static final String JVMVersion=
> System.getProperty("java.version");
> private static final boolean HAS_BROKEN_FINISH =
> (IBM_JAVA && JVMVersion.contains("1.6.0"));
> {code}
> Hadoop 2.7+ dropped Java 6 support.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]