Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-8957

Add Serializable interface to ComponentContainers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.3.0
    • None
    • None

    Description

      In YARN service API:

      public class ComponentContainers

      { private static final long serialVersionUID = -1456748479118874991L; ... }

      seems should beĀ 

      public class ComponentContainers implements Serializable

      { private static final long serialVersionUID = -1456748479118874991L; ... }

      Attachments

        1. YARN-8957-trunk.001.patch
          1 kB
          Zhankun Tang

        Activity

          People

            tangzhankun Zhankun Tang
            tangzhankun Zhankun Tang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: