Github user harshach commented on the pull request:
https://github.com/apache/storm/pull/464#issuecomment-87874852
@HeartSaVioR Thanks for testing it out. I ran few tests with your dropbox
link. For starters your apache-storm-0.10-SNAPSHOT contains two different
versions of clojure libs under lib folder. Delete clojure-1.5.1.jar and started
a single node cluster.
curl -i --negotiate -u : -b ~/cookiejar.txt -c ~/cookiejar.txt
http://localhost:8080/api/v1/token
The above call stores the ring-session id in the cookiejar.txt
curl -i --negotiate -u : -b ~/cookiejar.txt -c ~/cookiejar.txt -X POST -H
'x-csrf-token:
jz8utSXi0PM1timC5phUelnMaYxcRGba8PEHWL1yU2WEQL59zwijyP4GjWv/uhDWUJAD7tS50vyF8R4E'
-F topologyConfig='{"topologyMainClass": "storm.starter.WordCountTopology",
"topologyMainClassArgs": ["wordcount1"]}' -F
topologyJar=@examples/storm-starter/storm-starter-topologies-0.10.0-SNAPSHOT.jar
http://localhost:8080/api/v1/uploadTopology
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Date: Mon, 30 Mar 2015 23:18:45 GMT
Cache-Control: no-cache, no-store
Content-Type: application/json;charset=utf-8
Content-Length: 20
Server: Jetty(7.6.13.v20130916)
{"status":"success"}

---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---