Sai Santhosh Tallapally
04/21/2023, 8:22 PM/usr/lib/spark/jars/
through bootstrap actions. I am able to read/write delta files. But, when I do import delta
my job is failing with ModuleNotFoundError: No module named 'delta'
Any help is much appreciated 🙂Ryan Zhu
04/22/2023, 5:10 PMpip install delta-spark
to install it. Otherwise, you cannot use Delta’s python API.Sai Santhosh Tallapally
04/24/2023, 7:35 PMdelta-spark=1.0.0
package. I have few questions--
1. I am running into issue once I install delta-spark package
Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: Class com.amazon.ws.emr.hadoop.fs.EmrFileSystem not found
2. delta-spark=1.0.0 requires pyspark>3.1.3. But, I am using spark=3.0.1 This might run into incompatibility issues.