[Question] Unable to create index using pyspark #264
-
When trying to create an index on a simple parquet file, i get the error below. Hyperspace-log gets created, but status of index remains "CREATING". Error message:
Code producing error:from pyspark.sql import SparkSession """setup spark session""" from hyperspace import * """create test set""" """re-load test set""" Setup:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Can you try passing |
Beta Was this translation helpful? Give feedback.
-
I tried passing it with spark-submit as well, but no luck (same error message). About the edit, I copy-pasted from the wrong vscode window at first, so that was a typo. |
Beta Was this translation helpful? Give feedback.
-
Oh looks like you are using Spark 3.0.1. Hyperspace currently supports only Spark 2.4 and support for Spark 3.0 is on the way: #85. |
Beta Was this translation helpful? Give feedback.
Oh looks like you are using Spark 3.0.1.
Hyperspace currently supports only Spark 2.4 and support for Spark 3.0 is on the way: #85.