You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Yongjun Zhang (JIRA)" <ji...@apache.org> on 2014/11/10 21:35:34 UTC

[jira] [Created] (HADOOP-11293) Factor OSType out from Shell

Yongjun Zhang created HADOOP-11293:
--------------------------------------

             Summary: Factor OSType out from Shell
                 Key: HADOOP-11293
                 URL: https://issues.apache.org/jira/browse/HADOOP-11293
             Project: Hadoop Common
          Issue Type: Improvement
          Components: util
            Reporter: Yongjun Zhang
            Assignee: Yongjun Zhang


Currently the code that detects the OS type is located in Shell.java. Code that need to check OS type refers to Shell, even if no other stuff of Shell is needed. 

I am proposing to refactor OSType out to  its own class, so to make the OSType easier to access and the dependency cleaner.
 



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