Hi all We are trying to create a python virtual environment through oozie shell action. But oozie is not recognizing virtualenv command inside the shell script.
After the virtual environment is created we are trying to download a file using python rest API. But we are unable to cross the creation of virtual environment.
Any help would be appreciated.
Oozie shell action executes on a Node Manager, that node may not have virtual environment installed hence the failure.