Closed ianmilligan1 closed 4 years ago
The release jar is only supports Java 8. We don't have an official release that supports Java 11 yet, only if you build from source on HEAD.
tl;dr;
Well that's a facepalm! Thanks @ruebot and sorry to waste your time on that.
Describe the bug In making some documentation, we've discovered that the release JAR produces an error whereas the built one does not. This was tested on both my machine and @SamFritz's machine. Sarah McTavish originally discovered it while putting some stuff together.
When using
aut-0.80.0-fatjar.jar
from the 0.80.0 AUT release, most scripts lead to an error. For example:Leads to
However, when using
aut-0.80.1-SNAPSHOT-fatjar.jar
as generated by cloning and building this repository (mvn clean install
), the exact same script leads to:As noted, we tried this on both Sam and mine's machine and got the same results.
To Reproduce Steps to reproduce the behavior (e.g.):
mvn clean install
Expected behavior Should work.
Hopefully it can be as simple as replacing the release jar?
Environment information
./bin/spark-shell --jars ~/dropbox/git/aut/target/aut-0.80.1-SNAPSHOT-fatjar.jar
]Additional context