You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Alan Burlison (JIRA)" <ji...@apache.org> on 2015/11/18 12:47:11 UTC

[jira] [Created] (HDFS-9438) TestPipelinesFailover assumes Linux ifconfig

Alan Burlison created HDFS-9438:
-----------------------------------

             Summary: TestPipelinesFailover assumes Linux ifconfig
                 Key: HDFS-9438
                 URL: https://issues.apache.org/jira/browse/HDFS-9438
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: test
    Affects Versions: 2.7.1
         Environment: Solaris
            Reporter: Alan Burlison
            Priority: Minor


TestPipelinesFailover.java contains the following:

{code}
    scmd = new String[] {"ifconfig"};
    sce = new ShellCommandExecutor(scmd);
    sce.execute();
    System.out.println("'ifconfig' output:\n" + sce.getOutput());
{code}

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.




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