Skip to content

Upgrade framework to be compatible with Spark 3.X versions

Sergio Blanco Fernandez requested to merge (removed):Spark3 into Spark3

This MR is intended to migrate the spark_tnp code to a Spark 3.X compatible version. To do so, the following libraries and packages have been updated/substituted:

  • Spark 2.X -> Spark 3.X
  • Uproot 3 -> Uproot 4
  • uproot_methods -> Boost_histogram
  • LCG machine 97 -> LCG machine 102b
  • ROOT 6.24 -> ROOT 6.26
  • Laurelin 1.0.0 -> Laurelin 1.6.0

The results and performance have been validated to be equivalent to the previous one. This modifications should be blind for users.

Merge request reports