Forum Discussion

ps19234561's avatar
ps19234561
New Member
8 months ago
Solved

Spark Silent Failure

Long time listener, first time caller here.   We have our core deduplication process configured in Fabric. It had been running exceptional for months. The last succesful run was on November 13, the...
  • ps19234561's avatar
    ps19234561
    8 months ago

    Thank you very much for the response. I tried running again and it "failed". Then as per your recommendation  I configured this:

     

    #Based on comments from the fabric community - try these until Microsoft resolves this issue
    spark.conf.set("spark.sql.shuffle.partitions", "10")
    spark.conf.set("spark.sql.adaptive.enabled", "false")
    #spark.conf.set("spark.serializer", "org.apache.spark.serializer.KryoSerializer") - not exposed in Fabric
    spark.conf.set("spark.sql.autoBroadcastJoinThreshold", "-1")
     
    This works for us, and restores our deduplication process for the time being until Microsoft fixes the regression issue.