XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.2.0, 3.1.2
    • yarn-native-services
    • None

    Description

      Example for YARN service is using file type "ENV".

      {
        "name": "httpd-service",
        "version": "1.0",
        "lifetime": "3600",
        "components": [
          {
            "name": "httpd",
            "number_of_containers": 2,
            "artifact": {
              "id": "centos/httpd-24-centos7:latest",
              "type": "DOCKER"
            },
            "launch_command": "/usr/bin/run-httpd",
            "resource": {
              "cpus": 1,
              "memory": "1024"
            },
            "configuration": {
              "files": [
                {
                  "type": "TEMPLATE",
                  "dest_file": "/var/www/html/index.html",
                  "properties": {
                    "content": "<html><header><title>Title</title></header><body>Hello from ${COMPONENT_INSTANCE_NAME}!</body></html>"
                  }
                }
              ]
            }
          },
          {
            "name": "httpd-proxy",
            "number_of_containers": 1,
            "artifact": {
              "id": "centos/httpd-24-centos7:latest",
              "type": "DOCKER"
            },
            "launch_command": "/usr/bin/run-httpd",
            "resource": {
              "cpus": 1,
              "memory": "1024"
            },
            "configuration": {
              "files": [
                {
                  "type": "TEMPLATE",
                  "dest_file": "/etc/httpd/conf.d/httpd-proxy.conf",
                  "src_file": "httpd-proxy.conf"
                }
              ]
            }
          }
        ],
        "quicklinks": {
          "Apache HTTP Server": "http://httpd-proxy-0.${SERVICE_NAME}.${USER}.${DOMAIN}:8080"
        }
      }
      

      The type has changed to "TEMPLATE" in the code.

      Attachments

        1. YARN-8687.1.patch
          3 kB
          Suma Shivaprasad

        Activity

          People

            suma.shivaprasad Suma Shivaprasad
            eyang Eric Yang
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: