[
https://issues.apache.org/jira/browse/HADOOP-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14213220#comment-14213220
]
Yongjun Zhang commented on HADOOP-11293:
----------------------------------------
Hi Guys,
Thanks for [~rchiang]'s reply about why the jenkins job was not triggered in
the email thread:
{quote}
Your patch covers multiple projects (I see 81 files across
hadoop-common-project, hadoop-hdfs-project, hadoop-mapreduce-project,
hadoop-tools, hadoop-yarn-project).
Jenkins had problems with that for me a few months back. If you break it
up per-project, it should work just fine.
{quote}
I'm submitting a patch that covers hadoop-common for this jira, and then take
care of the other projects in separate jira. Except this one need to be
committed first, the rest can be committed at any order. This is a verification
of the full compatibility:-)
Thanks a lot for reviewing.
> Factor OSType out from Shell
> ----------------------------
>
> Key: HADOOP-11293
> URL: https://issues.apache.org/jira/browse/HADOOP-11293
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs, util
> Reporter: Yongjun Zhang
> Assignee: Yongjun Zhang
> Attachments: HADOOP-11293.001.patch, HADOOP-11293.002.patch,
> HADOOP-11293.003.patch
>
>
> 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)