Github user Parth-Brahmbhatt commented on a diff in the pull request:

    https://github.com/apache/incubator-storm/pull/190#discussion_r15428650
  
    --- Diff: storm-core/src/jvm/backtype/storm/Config.java ---
    @@ -1186,7 +1193,15 @@
          */
         public static final String TOPOLOGY_ISOLATED_MACHINES = 
"topology.isolate.machines";
         public static final Object TOPOLOGY_ISOLATED_MACHINES_SCHEMA = 
Number.class;
    -    
    +
    +    /**
    +     * HDFS information, used to get the delegation token on behalf of the 
topology
    +     * submitter user and renew the tokens. see {@link 
backtype.storm.security.auth.kerberos.AutoHDFS}
    +     * kerberos principal name with realm should be provided.
    +     */
    +    public static final Object HDFS_PRINCIPAL = "topology.hdfs.user";
    --- End diff --
    
    done.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to