You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2015/02/03 23:39:34 UTC

[jira] [Created] (SLIDER-774) In both appConfig and resources inputs, global and metadata sections, and slider-appmaster component section should not be required

Sumit Mohanty created SLIDER-774:
------------------------------------

             Summary: In both appConfig and resources inputs, global and metadata sections, and slider-appmaster component section should not be required
                 Key: SLIDER-774
                 URL: https://issues.apache.org/jira/browse/SLIDER-774
             Project: Slider
          Issue Type: Bug
          Components: app-package, client
    Affects Versions: Slider 0.61
            Reporter: Sumit Mohanty
            Assignee: Sumit Mohanty
             Fix For: Slider 0.70


The following sections should not be required in appConfig.json or resources.json. If they are not specified then an empty section of a section with default values are assumed.

{noformat}
"components": {
    "slider-appmaster": {
      "jvm.heapsize": "256M"
    }
  }
{noformat}

{noformat}
"metadata": {
  }
{noformat}

{noformat}
"global": {
  }
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)