Github user jerrypeng commented on a diff in the pull request:

    https://github.com/apache/storm/pull/746#discussion_r40730558
  
    --- Diff: storm-core/src/jvm/backtype/storm/Config.java ---
    @@ -167,6 +167,16 @@
         public static final Object STORM_CLUSTER_MODE_SCHEMA = String.class;
     
         /**
    +     * What Network Topography detection classes should we use.
    +     * Given a list of supervisor hostnames (or IP addresses), this class 
would return a list of
    +     * rack names that correspond to the supervisors. This information is 
stored in Cluster.java, and
    +     * is used in the resource aware scheduler.
    +     */
    +    public static final String STORM_NETWORK_TOPOGRAPHY_PLUGIN = 
"storm.network.topography.plugin";
    +    public static final Object STORM_NETWORK_TOPOGRAPHY_PLUGIN_SCHEMA = 
String.class;
    +
    +
    --- End diff --
    
    fix


---
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.
---

Reply via email to