You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running my topology on 344ce8c and am trying to move to 3.0.0. However a8861e4 results in this exception on sparse submit:
Traceback (most recent call last):
File "/Users/tdhopper/miniconda/envs/dir/bin/sparse", line 11, in <module>
sys.exit(main())
File "/Users/tdhopper/miniconda/envs/dir/lib/python2.7/site-packages/streamparse/cli/sparse.py", line 56, in main
args.func(args)
File "/Users/tdhopper/miniconda/envs/dir/lib/python2.7/site-packages/streamparse/cli/submit.py", line 243, in main
override_name=args.override_name)
File "/Users/tdhopper/miniconda/envs/dir/lib/python2.7/site-packages/streamparse/cli/submit.py", line 208, in submit_topology
env_config, nimbus_client, options=options)
File "/Users/tdhopper/miniconda/envs/dir/lib/python2.7/site-packages/streamparse/cli/submit.py", line 72, in _submit_topology
print("Routing Python logging to {}.".format(options['pystorm.log.path']))
KeyError: u'pystorm.log.path'
It goes away if I set the log path for my environment in config.json. However, I have it unset so python logs go to worker.log.
The text was updated successfully, but these errors were encountered:
I've been running my topology on 344ce8c and am trying to move to 3.0.0. However a8861e4 results in this exception on
sparse submit
:It goes away if I set the log path for my environment in
config.json
. However, I have it unset so python logs go toworker.log
.The text was updated successfully, but these errors were encountered: