RemoteShuffleService icon indicating copy to clipboard operation
RemoteShuffleService copied to clipboard

Does zeus only support jdk 11 +

Open every-breaking-wave opened this issue 1 year ago • 2 comments

when I use a spark image built by myself with jdk8, I met following error: image I found a reasonable answer In StackOverflow image So if there's a way to make it compatible with jdk8?

every-breaking-wave avatar Mar 11 '23 16:03 every-breaking-wave

It works with Java 8 only, maybe check once if your runtime version is correct and the binary+rss client jars were compiled with correct version?

mayurdb avatar Mar 20 '23 06:03 mayurdb

Perhaps javac --release 8 works.

fanyang89 avatar Apr 20 '23 10:04 fanyang89