I'm trying to run analytics zoo latest version on yarn cluster mode.
Created and zipped virtual environment with required dependencies and provided required PATHS in spark-submit command, and path to zipped virtual env in spark.yarn.dist.archives.
and provided these in spark-submit command as --jars and --files.
But still when I am trying to import
from zoo.orca.learn.tf2 import Estimator
getting error No module named 'ray'.
Q2. As of now I have not pip installed analytics zoo in virtual env.
Should I do that? and if I do that, then do I need to provide these jar and zip files .
Thank You,
Any help is appreciated.