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

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

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

    https://github.com/apache/storm/pull/1276#discussion_r57956028
  
    --- Diff: storm-core/src/clj/org/apache/storm/testing4j.clj ---
    @@ -79,10 +79,12 @@
       [cluster-type mkClusterParam code]
       `(let [supervisors# (or (.getSupervisors ~mkClusterParam) 2)
              ports-per-supervisor# (or (.getPortsPerSupervisor 
~mkClusterParam) 3)
    -         daemon-conf# (or (.getDaemonConf ~mkClusterParam) {})]
    +         daemon-conf# (or (.getDaemonConf ~mkClusterParam) {})
    +         nimbus-daemon# (or (.isNimbusDaemon ~mkClusterParam) false)]
    --- End diff --
    
    Right, fixed.


> Allow Java users to start a local cluster with a Nimbus Thrift server
> ---------------------------------------------------------------------
>
>                 Key: STORM-1664
>                 URL: https://issues.apache.org/jira/browse/STORM-1664
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Stig Rohde Døssing
>            Assignee: Stig Rohde Døssing
>            Priority: Trivial
>             Fix For: 1.0.0, 2.0.0
>
>
> There is currently no way to call mk-local-storm-cluster with nimbus-daemon 
> set to true from Java. Add a boolean for this to MkClusterParam.



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

Reply via email to