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

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

- The "OS_TYPE_" prefix can be dropped since they are already inside OSType.
- Let's also change WIN to WINDOWS.
{code}
public enum OSType {
  LINUX,
  WINDOWS,
  SOLARIS,
  MAC,
  FREEBSD,
  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