yahoo / storm-yarn

Storm-yarn enables Storm clusters to be deployed into machines managed by Hadoop YARN.
Other
417 stars 161 forks source link

Use master_defaults.yaml to specify default values container memory size #29

Closed anfeng closed 11 years ago

anfeng commented 11 years ago

master_defaults should add default values for:

Currently, the default value of master.container.size-mb is hard coded in LaunchCommand.java.

the dafault value of master.timeout.secs is hard coded in StormOnYarn.java.

anfeng commented 11 years ago

This issue is solved by pull request #32, and #36