Hi everyone, When I run ./storm nimbus, it gives me the following message:
yuheng@yuheng-StormVM:~/software/apache-storm-0.9.2-incubating/bin$ ./storm
nimbus
Traceback (most recent call last):
File "./storm", line 472, in <module>
main()
File "./storm", line 469, in main
(COMMANDS.get(COMMAND, unknown_command))(*ARGS)
File "./storm", line 285, in nimbus
jvmopts = parse_args(confvalue("nimbus.childopts", cppaths)) + [
File "./storm", line 97, in confvalue
p = sub.Popen(command, stdout=sub.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Does anyone run into this before?
Thanks.
My storm.yaml is attached.
best,
Yuheng
storm.yaml
Description: application/yaml
