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

Tsz Wo Nicholas Sze commented on HADOOP-11597:
----------------------------------------------

> We wanted to be totally backward compatible, ...

I am talking about the new class.  So there is no compatibility issue. BTW, 
let's annotate it as Unstable for the moment.
{code}
@InterfaceAudience.Public
@InterfaceStability.Unstable
/** OSType: operating system types to be detected */
public enum OSType {
  OS_TYPE_LINUX,
  OS_TYPE_WIN,
  OS_TYPE_SOLARIS,
  OS_TYPE_MAC,
  OS_TYPE_FREEBSD,
  OS_TYPE_OTHER;
  ...
}
{code}


> Factor OSType out from Shell: change in common
> ----------------------------------------------
>
>                 Key: HADOOP-11597
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11597
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: util
>    Affects Versions: 2.7.0
>            Reporter: Yongjun Zhang
>            Assignee: Yongjun Zhang
>              Labels: BB2015-05-TBR
>         Attachments: HADOOP-11597.001.patch, HADOOP-11597.002.patch, 
> HADOOP-11597.003.patch
>
>
> This jira is to cover the hadoop-common-project change for HADOOP-11293 
> (Factor OSType out from Shell).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to