ipex-llm
ipex-llm copied to clipboard
Facing issue when running autoprophet function using apache/spark-py:v3.4.0
Environment testing in docker image using: docker image tag: apache/spark-py:v3.4.0 pyspark==3.1.3 ray=2.6.3 ENV PYTHONPATH=/opt/spark/python/lib/pyspark.zip:/opt/spark/python/lib/py4j-.zip
py4j version in this image is py4j-0.10.9.7-src.zip
code part:
Issue happened in two place. after i print "Done init_orca_context"
another one is when it showing stopping orca context
The exception might be caused by environment issues related to the image.
- Incompatibility between the Py4J version and PySpark version.
- Ensure that the Py4J protocol versions used by the Java and Python sides are consistent.