Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-7777

Implement a base class for DNSToSwitchMapping implementations that can offer extra topology information

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.23.0, 0.24.0
    • 0.23.1
    • util
    • None

    Description

      HDFS-2492 has identified a need for DNSToSwitchMapping implementations to provide a bit more topology information (e.g. whether or not there are multiple switches). This could be done by writing an extended interface, querying its methods if present and coming up with a default action if there is no extended interface.

      Alternatively, we have a base class that all the standard mappings implement, with a boolean isMultiRack() method; all the standard subclasses would extend this, as could any third party topology provider. The advantage of this approach is that it is easier to add new operations without going into a multi-interface mess.

      Attachments

        1. HADOOP-7777-switch.patch
          27 kB
          Steve Loughran
        2. HADOOP-7777-switch.patch
          28 kB
          Steve Loughran
        3. HADOOP-7777-switch.patch
          27 kB
          Steve Loughran
        4. HADOOP-7777-switch.patch
          27 kB
          Steve Loughran
        5. HADOOP-7777-switch.patch
          26 kB
          Steve Loughran

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: