-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7.1
-
Fix Version/s: 2.8.0, 3.0.0-alpha1
-
Component/s: test
-
Labels:None
-
Environment:
Solaris
-
Hadoop Flags:Reviewed
TestPipelinesFailover.java contains the following:
scmd = new String[] {"ifconfig"}; sce = new ShellCommandExecutor(scmd); sce.execute(); System.out.println("'ifconfig' output:\n" + sce.getOutput());
That assumes the Linux ifconfig command. If the flag "-a" is added, the same invocation should work on both Linux and Solaris - the output is only displayed for debugging purposes so the fact that the output of ifconfig is different on Linux and Solaris shouldn't matter.