Richard Xin created STORM-2603:
----------------------------------
Summary: url encoding issue when submit topology name with space
Key: STORM-2603
URL: https://issues.apache.org/jira/browse/STORM-2603
Project: Apache Storm
Issue Type: Bug
Affects Versions: 1.0.3
Environment: Macbook
Reporter: Richard Xin
How to reproduce:
Use 1.0.3
LocalCluster lc = new LocalCluster();
lc.submitTopology("Hello Storm", conf, tb.createTopology());
I got following error:
Error on initialization of server mk-worker
java.io.FileNotFoundException: File
'/var/folders/1t/3jbxpldd5dgd34fvtd74mc6r0000gp/T/f1e5f859-895c-4767-b586-cd84ba2d0fc7/supervisor/stormdist/Hello%20Storm-1-1498499584/stormconf.ser'
does not exist
I looked at my directory: I have the directory Hello+Storm-1-1498499584 instead
of Hello%20Storm-1-1498499584
full log file and full code:
https://github.com/richardxin/hello_storm/blob/master/err.log
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)