Uploaded image for project: 'Slider'
  1. Slider
  2. SLIDER-1203

Document SLIDER-1201 - new feature for configurable resource normalization

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Slider 0.91
    • Slider 0.92
    • site
    • None

    Description

      Need to document SLIDER-1201.

      A new property yarn.resource.normalization.enabled is being introduced which needs to be set in the app's resources definition. By default it is "true" (which was the behavior all along, to keep backward compatibility for all existing apps). To disable normalization, set it to "false" for the desired component of the app. An example is below -

      {
        "schema": "http://example.org/specification/v2.0.0",
        "metadata": {
        },
        "global": {
        },
        "components": {
          "COMMAND_LOGGER": {
            "yarn.role.priority": "1",
            "yarn.component.instances": "1",
            "yarn.resource.normalization.enabled": "false",
            "yarn.memory": "186368",
            "yarn.vcores": "1"
          },
          "slider-appmaster": {
          }
        }
      }
      

      Attachments

        Issue Links

          Activity

            People

              gsaha Gour Saha
              gsaha Gour Saha
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: