I think this is legacy thing, because some interpreter depends on specific scala version before (e.g. spark interpreter). But now user can run spark interpreter under different versions of scala version without building it with specific scala version. Our final goal is to make all interpreters scala version agnostic, but some interpreters still doens't support it (e.g. sico and beam) . So if you use spark interpreter, then you don't need to call change_scala_version.sh
Dagang Wei <[email protected]> 于2019年9月18日周三 上午5:24写道: > Hi folks, > > I am new to Zeppelin and when building it I found the > change_scala_version.sh script which modifies pom xml files before running > the build, I am wondering why do we need it? Cannot we use Maven properties > for it? > -- Best Regards Jeff Zhang
