[
https://issues.apache.org/jira/browse/STORM-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388737#comment-14388737
]
ASF GitHub Bot commented on STORM-615:
--------------------------------------
Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/464#issuecomment-88140228
Important point is that in docker setup it writes Nimbus IP and PORT to
storm.yaml.
```
root@433d02f34915:/opt/apache-storm-0.10.0-SNAPSHOT/conf# cat storm.yaml
storm.zookeeper.servers:
- "172.17.0.18"
nimbus.host: "172.17.0.19"
nimbus.thrift.port: 6627
drpc.servers:
- "172.17.0.19"
drpc.port: 3772
drpc.invocations.port: 3773
storm.local.hostname: 172.17.0.21
```
I'm thinking it may raise an issue if storm.yaml is differ from
defaults.yaml.
TopologySubmitter could use default values so if cluster is set up to be no
problem with default config, we can't reproduce this issue.
> Add REST API to upload topology
> -------------------------------
>
> Key: STORM-615
> URL: https://issues.apache.org/jira/browse/STORM-615
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Sriharsha Chintalapani
> Assignee: Sriharsha Chintalapani
>
> Add REST api /api/v1/submitTopology to upload topology jars and config using
> REST api.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)