[ 
https://issues.apache.org/jira/browse/STORM-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108983#comment-15108983
 ] 

ASF GitHub Bot commented on STORM-1227:
---------------------------------------

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

    https://github.com/apache/storm/pull/1030#discussion_r50286960
  
    --- Diff: storm-core/src/clj/org/apache/storm/config.clj ---
    @@ -18,14 +18,14 @@
       (:import [java.io FileReader File IOException]
                [org.apache.storm.generated StormTopology])
       (:import [org.apache.storm Config])
    -  (:import [org.apache.storm.utils Utils LocalState])
    +  (:import [org.apache.storm.utils Utils LocalState ConfigUtils])
       (:import [org.apache.storm.validation ConfigValidation])
       (:import [org.apache.commons.io FileUtils])
       (:require [clojure [string :as str]])
       (:use [org.apache.storm log util]))
     
    -(def RESOURCES-SUBDIR "resources")
    -(def NIMBUS-DO-NOT-REASSIGN "NIMBUS-DO-NOT-REASSIGN")
    +;; (def RESOURCES-SUBDIR "resources")
    +;; (def NIMBUS-DO-NOT-REASSIGN "NIMBUS-DO-NOT-REASSIGN")
    --- End diff --
    
    Will delete.


> port backtype.storm.config to java
> ----------------------------------
>
>                 Key: STORM-1227
>                 URL: https://issues.apache.org/jira/browse/STORM-1227
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Zhuo Liu
>              Labels: java-migration, jstorm-merger
>
> port backtype.storm.config to java.  There are some parts of this that for 
> convince sake may need to stay in clojure, or have clojure equivalents.
> The code that turns Config.* into clojure constants needs to stay, and 
> reading the config may need to stay in clojure until we can cleanup all of 
> the places it is used to not need the migration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to