Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.0.0
Description
scala> sql("create table t(i int) using json") 24/03/06 16:09:44 WARN DataSourceManager: Skipping the lookup of Python Data Sources due to the failure. org.apache.spark.SparkException: Error from python worker: /opt/homebrew/Caskroom/miniconda/base/bin/python3: Error while finding module specification for 'pyspark.daemon' (ModuleNotFoundError: No module named 'pyspark')
When PySpark is not in the Python path at all, it always shows this warning message once for every Spark session initialization.
Attachments
Issue Links
- links to