tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

Call sparkle_hs_init in executors #162

Closed facundominguez closed 2 years ago

facundominguez commented 2 years ago

This reverts the effect of 4c289498 which I think is causing multi-node setups to never load classes generated by inline-java, even with the provisions in the README to use a custom kryo registrator.

This was detected when studying the failure reported in #161.