Re: ShellBolt / Bash invocation: Source environment variables

2015-04-16 Thread Johannes Hugo Kitschke
To answer my own question (maybe it's useful for someone else): My findings are: - bash is launched as non-login, non-interactive shell for the shell bolt - in this mode bash looks for a path/file in the environment variable 'BASH_ENV', if it exists that file is sourced - now I only had to creat

ShellBolt / Bash invocation: Source environment variables

2015-04-15 Thread Johannes Hugo Kitschke
Hi, I am currently experiencing a problem when submitting a topology built with pyleus to my storm cluster: java.lang.RuntimeException: Error when launching multilang subprocess pyleus_venv/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: