You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you try to use the connector in a simple, stand-alone Spark project, without the other dependencies? So we can narrow down the causes.
It seems to work fine for me locally and the CI tests for the connector also pass.
Can you try to use the connector in a simple, stand-alone Spark project, without the other dependencies? So we can narrow down the causes. It seems to work fine for me locally and the CI tests for the connector also pass.
I tried testing with Jupyter and Spark, but I encountered the same error. Do you have any reference sources for setting up Spark, qdrant with Docker that I can check?
When I tried to integrate Spark and Qdrant, I encountered the following error:
org.apache.spark.SparkClassNotFoundException: [DATA_SOURCE_NOT_FOUND] Failed to find the data source: io.qdrant.spark.Qdrant.
Although the logs show that Spark successfully added the JAR files to Airflow, nothing seems to work.
Please help me.
Here is my code :
spark_session.py
#test.py
The text was updated successfully, but these errors were encountered: