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

Julien Nioche commented on STORM-3742:
--------------------------------------

thanks [~bipinprasad], the aim is to have the class process the arguments. 
These topologies expect to get '-conf xxx'.
Inserting '–' seems to have done the trick! Thanks a lot

This is to use with 
[ConfigurableTopologies|[https://github.com/apache/storm/blob/2.2.x-branch/storm-client/src/jvm/org/apache/storm/topology/ConfigurableTopology.java#L136];]
 they expect to get such arguments.

> Topology arguments starting with -c get removed
> -----------------------------------------------
>
>                 Key: STORM-3742
>                 URL: https://issues.apache.org/jira/browse/STORM-3742
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Julien Nioche
>            Assignee: Bipin Prasad
>            Priority: Major
>
>  with the following command
> {{{{storm local target/stormcrawler-1.0-SNAPSHOT.jar 
> global.climateemergency.ESCrawlTopology -conf crawler-conf.yaml -conf 
> es-conf.yaml . seeds.txt}}}}
> the topology class is only getting [crawler-conf.yaml, es-conf.yaml, ., 
> seeds.txt]and the -conf have been removed.
> Anything after the class name should be left as-is. 
> This does not happen with Storm 1.2.3
>  
>  
> {{{{}}}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to