Reputation: 95
I'm facing a problem with version compatibility when use spark with almond-sh kernel on windows. I tried many times with different version but not succeed (i also tried check compatibility table). What version i should choose for these
coursier (tried: 2.1.2, 2.1.5)
almond-sh (tried: 0.10.9, 0.13.0, 0.13.1, 0.13.14)
scala (tried: 2.12.10, 2.12.15 (wanted = scala build spark) )
spark = 3.2.2 build for hadoop 2.7.4 use scala 2.12.15
java = 1.8.0_121
CLI
bitsadmin /transfer downloadCoursierCli https://github.com/coursier/launchers/raw/master/coursier "%cd%\coursier"
bitsadmin /transfer downloadCoursierBat https://github.com/coursier/launchers/raw/master/coursier.bat "%cd%\coursier.bat"
coursier bootstrap --hybrid almond:<version> --scala <version> -o almond
almond --install --force
jupyter kernelspec list
jupyter-lab (to use kernel)
Upvotes: 0
Views: 131