Forum Discussion

VIvMouret's avatar
VIvMouret
Frequent Visitor
1 year ago
Solved

Spark version mismatch serialVersionUID incompatible

Salute to the community, I've just started a project in the Fabric environment. Several notebooks have been created in Fabric directly from the Internet. I have used the classic PySpark (Python) e...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi VIvMouret ,

     

    This typically happens when the version of Spark used in the local and fabric environments are different.

     

    If the Spark versions of the two enviroments are different, you may need to upgrade or downgrade the local Spark version to match the fabric environment.

     

    Here is a user who encountered a similar issue as you, you can refer to his solution:

    Working with remote spark. · Issue #56 · USCDataScience/sparkler · GitHub

     

    If you have any other questions please feel free to contact me.

     

    Best Regards,
    Yang
    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
    If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!