Hi,
I tried to submit a storm topology in production mode (streamparse)
$ *sparse submit*
Cleaning from prior builds...
Creating topology Uber-JAR...
Uber-JAR created:
/home/ram/PYTHON/test/_build/Data-0.0.1-SNAPSHOT-standalone.jar
Deploying "customer-metadata" topology...
Traceback (most recent call last):
File "/home/ram/PYTHON2.7-ENV/bin/sparse", line 11, in <module>
sys.exit(main())
File
"/home/ram/PYTHON2.7-ENV/lib/python2.7/site-packages/streamparse/cli/sparse.py",
line 57, in main
args.func(args)
File
"/home/ram/PYTHON2.7-ENV/lib/python2.7/site-packages/streamparse/cli/submit.py",
line 247, in main
wait=args.wait, simple_jar=args.simple_jar)
File
"/home/ram/PYTHON2.7-ENV/lib/python2.7/site-packages/streamparse/cli/submit.py",
line 197, in submit_topology
with ssh_tunnel(env_config.get("user"), host, 6627, port):
File "/usr/local/lib/python2.7/contextlib.py", line 17, in __enter__
return self.gen.next()
File
"/home/ram/PYTHON/lib/python2.7/site-packages/streamparse/contextmanagers.py",
line 32, in ssh_tunnel
"tunnel to {}:{}.".format(local_port, host, remote_port))
*IOError: Local port: 6627 already in use, unable to open ssh tunnel to
10.154.9.166:6627 <http://10.154.9.166:6627>*
I check if the port 6627 is busy. But its not.
Can anyone help me with this,
Thanks