Also, the configuration docs describe property inheritance and resolution: http://slider.incubator.apache.org/docs/configuration/core.html
I could not find this used (other than for the app master) in existing packages? Is there an example that also shows how these values are accessed from the script? Thanks, Thomas On Sat, May 9, 2015 at 4:28 PM, Thomas Weise <[email protected]> wrote: > Slider 0.80.0 > > https://issues.apache.org/jira/browse/SLIDER-812 > > "Making component configurations in appConfig available on the SliderAgent > side" > > I'm trying to access the component configuration from appConfig.json. For > global settings, we have > > config = Script.get_config() > > componentName = config['componentName'] > myKey = config['configurations']['myKey''] > > Dumping the dictionary does not show a component configuration. How am I > supposed to access it? > > Thanks. > >
