Hi, With PySpark, how do I configure a Python module to load when starting Zeppelin?
I'm attempting to load the pyspark-cassandra connector ( https://github.com/TargetHolding/pyspark-cassandra). The jar loads successfully, but I don't see how to load the associated .egg file for Python. I tried -Dspark.py-files=3D/path/to/module in ZEPPELIN_JAVA_OPTS (with -Dspark.jars=3D/...) but that didn't seem to do anything. Thanks in advance for any pointers.