0

I am triying to use delta format so trying this from this site delta lake. On cmd pyspark --packages io.delta:delta-core_2.12:0.8.0 --conf "spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension" --conf "spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog" but giving error like.

this is the error

I tried manually put jar file but not working.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
Avinash
  • 359
  • 3
  • 5
  • What is the Spark version? But most probably you have problem with the ivy cache, I typically just remove that folder and allow Spark to redownload jars – Alex Ott Jul 16 '23 at 11:14
  • I am using spark 3.0.1 – Avinash Jul 16 '23 at 11:23
  • Welcome! Can you [please read](https://meta.stackoverflow.com/a/285557/15405732) about the problems with images of text and then edit your question to add transcriptions of your images of text as actual text? Perhaps useful: [editing help](https://stackoverflow.com/editing-help). – Koedlt Jul 16 '23 at 19:29

0 Answers0