Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-7054 Yarn Service Phase 2
  3. YARN-6496

Rethink on configurations published into ATSv2

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Slider configuration model is bit different from Hadoop. Slider has configuration object with several fields differentiations such as properties, environment and files that has more functionality such as fileName, fileType, srcFile, destFile.

      "configuration" : {
      "properties": {
      "rohith.test.properties": "inside-properties"
      },
      "env": {
      "NUM_SHARDS": "insde-env"
      }
      "files" : [
      {
      "type": "HADOOP_XML_TEMPLATE",
      "src_file": "hdfs://yclouddev/tmp/conf/core-site.xml",
      "dest_file": "/etc/hadoop/conf/core-site.xml"
      }]
      

      Timeline entity config is modeled as a flattened map of String to String, that is not flexible enough to satisfy above use-case. This need to rethink how can it be modeled.

      Attachments

        Activity

          People

            rohithsharma Rohith Sharma K S
            rohithsharma Rohith Sharma K S
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: