[ 
https://issues.apache.org/jira/browse/HADOOP-14097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-14097:
-----------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 3.0.0-alpha3
                   2.9.0
           Status: Resolved  (was: Patch Available)

Committed this to trunk and branch-2. Thanks [~elek] for the contribution.

> 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
>            Assignee: Elek, Marton
>            Priority: Minor
>              Labels: newbie
>             Fix For: 2.9.0, 3.0.0-alpha3
>
>         Attachments: HDFS-14097.001.patch
>
>
> 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]

Reply via email to