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
Traceback (most recent call last):
File "/home/ac75097972/spark_nessie_exemple/main.py", line 51, in <module>
catalog = jvm.NessieCatalog()
TypeError: 'JavaPackage' object is not callable*
How to reproduce it
Collect the attached file and change it into a .py file main.txt
Install the python file in your testing environment, as well as the required jars
Use the command spark-submit --jars [jars_path]/iceberg-spark-runtime-3.5_2.13-1.5.2.jar,[jars_path]/nessie-spark-extensions-3.5_2.13-0.95.0.jar main.py
What happened
When testing the Pyspark demo script (https://projectnessie.org/iceberg/spark/#configuration), the following error occurs on the call to the Catalog() method:
How to reproduce it
spark-submit --jars [jars_path]/iceberg-spark-runtime-3.5_2.13-1.5.2.jar,[jars_path]/nessie-spark-extensions-3.5_2.13-0.95.0.jar main.py
main.txt
Nessie server type (docker/uber-jar/built from source) and version
Nessie Spark extensions for Spark 3.5, v1.5.2
Client type (Ex: UI/Spark/pynessie ...) and version
Spark 3.5 - Python 3.9 - JDK 17
Additional information
No response
The text was updated successfully, but these errors were encountered: