Hey all -
Worked through all the online tutorial, etc, setup exactly as per
instructions. Everything seems to be working but the WordCountTopology
example with the python bolt. After some digging I can either copy:
storm-multilang/python/target/classes/resources/storm.py
to
examples/storm-starter/target/classes/resources/
Or of course set
PYTHONPATH=(path)/storm-multilang/python/target/classes/resources
And it appears as if it is running properly, though the subprocess
eventually dies without any output. (for more investigation on my part)
If storm is cloned clean, and all instructions run through WordCountToplogy
fails with:
Traceback (most recent call last):
File "splitsentence.py", line 16, in <module>
import storm
ImportError: No module named storm
Just want to bring this to the team's attention. Was there something
missing from the build that should have copied storm.py to
target/classes/resources? I surfed the various build files and didn't see
any reference to PYTHONPATH. Or perhaps newbie user error somewhere?
Cheers and thank you
Rich