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)