Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/845#discussion_r45267773 --- Diff: storm-core/src/jvm/backtype/storm/Config.java --- @@ -980,6 +980,126 @@ public static final String SUPERVISOR_SLOTS_PORTS = "supervisor.slots.ports"; /** + * What blobstore implementation the supervisor should use. + */ + @isString + public static final String SUPERVISOR_BLOBSTORE = "supervisor.blobstore.class"; + public static final Object SUPERVISOR_BLOBSTORE_SCHEMA = String.class; --- End diff -- We don't use the `_SCHEMA` notation anymore with the new attribute implementation.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---