Github user danny0405 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r153036746
--- Diff: storm-client/src/jvm/org/apache/storm/Config.java ---
@@ -1293,6 +1318,44 @@
@isPositiveNumber
public static final String SUPERVISOR_CPU_CAPACITY =
"supervisor.cpu.capacity";
+ @isInteger
--- End diff --
this supervisor config is used by SupervisorClient, so they can not be
moved to storm-server---
