hail icon indicating copy to clipboard operation
hail copied to clipboard

Hail on Spark 3.2

Open williambrandler opened this issue 2 years ago • 2 comments

Hey, I was wondering when Hail will be on Spark 3.2?

williambrandler avatar Mar 29 '22 23:03 williambrandler

So we already support building with Spark 3.2 if you build your own jar. We just use 3.1 for our pypi release because it's what Google, AWS, and Azure have their respective Spark images set to last time I checked.

johnc1231 avatar Mar 31 '22 20:03 johnc1231

got it, thanks

Databricks is on Spark 3.2, and people are asking about upgrades.

Please comment here once these Dataproc / EMR are up to Spark 3.2 and Hail has a PyPi release on 3.2, we can then upgrade the Databricks Documentation for Hail

williambrandler avatar Mar 31 '22 23:03 williambrandler

Hail now supports Spark 3.3.0.

danking avatar Mar 13 '23 21:03 danking

@danking Are there any releases of Hail that support 3.2? It seems like hail went from 3.1 -> 3.3 and that no builds hosted on Github support 3.2, and that because pyspark is pinned to 3.3+ we'd need to fork it to install hail in any projects that use spark 3.2.

zyd14 avatar Jun 19 '23 22:06 zyd14

@zyd14 There are no releases of Hail that support Spark 3.2.x. We very closely follow Google Dataproc's release cycle.

If you want Spark 3.2.x support, you'll need to fork, edit the code to handle changes to the APIs of dependencies, and recompile.

danking avatar Jun 20 '23 14:06 danking