Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-11109

ViewFileSystem Df command should work even when the backing NameServices are down

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0-alpha1
    • None
    • None

    Description

      With HDFS-11058, Df command will work well with ViewFileSystem. federated cluster can be backed up several NameServers, with each managing their own NameSpaces. Even when some of the NameServers are down, the Federated cluster will continue to work well for the NameServers that are alive.

      But hadoop fs -df command when run against the Federated cluster expects all the backing NameServers to be up and running. Else, the command errors out with exception.

      Would be preferable to have the federated cluster commands highly available to match the NameSpace partition availability.

      #hadoop fs -df -h /
      df: Call From manoj-mbp.local/172.16.3.66 to localhost:52001 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
      

      Attachments

        Issue Links

          Activity

            People

              manojg Manoj Govindassamy
              manojg Manoj Govindassamy
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: