MAPREDUCE-5045. UtilTest#isCygwin method appears to be unused. Contributed by Neelesh Srinivas Salian.
(cherry picked from commit de1322aa76007832698af682a3b76042116043b9)
This commit is contained in:
parent
96e3fbf401
commit
38420754f5
|
@ -20,6 +20,9 @@ Release 2.8.0 - UNRELEASED
|
|||
|
||||
IMPROVEMENTS
|
||||
|
||||
MAPREDUCE-5045. UtilTest#isCygwin method appears to be unused
|
||||
(Neelesh Srinivas Salian via harsh)
|
||||
|
||||
MAPREDUCE-6291. Correct mapred queue usage command.
|
||||
(Brahma Reddu Battula via harsh)
|
||||
|
||||
|
|
|
@ -117,11 +117,6 @@ class UtilTest {
|
|||
return collate(vargs, " ");
|
||||
}
|
||||
|
||||
public static boolean isCygwin() {
|
||||
String OS = System.getProperty("os.name");
|
||||
return (OS.indexOf("Windows") > -1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Is perl supported on this machine ?
|
||||
* @return true if perl is available and is working as expected
|
||||
|
|
Loading…
Reference in New Issue