uber / RemoteShuffleService

Remote shuffle service for Apache Spark to store shuffle data on remote servers.
Other
321 stars 100 forks source link

Does zeus only support jdk 11 + #95

Open every-breaking-wave opened 1 year ago

every-breaking-wave commented 1 year ago

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?

mayurdb commented 1 year ago

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?

fanyang89 commented 1 year ago

Perhaps javac --release 8 works.