-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Labels
type/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug
Description
Describe the bug
Pulsar SQL won't start with Java 11.0.14.1 .
This is the errror message in /pulsar/lib/presto/var/log/launcher.log
Exception in thread "main" java.lang.IllegalArgumentException: Cannot parse version 11.0.14.1
at io.prestosql.server.JavaVersion.parse(JavaVersion.java:76)
at io.prestosql.server.PrestoSystemRequirements.verifyJavaVersion(PrestoSystemRequirements.java:102)
at io.prestosql.server.PrestoSystemRequirements.verifyJvmRequirements(PrestoSystemRequirements.java:45)
at io.prestosql.server.PrestoServer.run(PrestoServer.java:78)
at io.prestosql.$gen.Presto_332____20220330_100314_1.run(Unknown Source)
at io.prestosql.server.PrestoServer.main(PrestoServer.java:72)
To Reproduce
- Use Java 11.0.14.1
- Try to run
/pulsar/bin/pulsar sql-worker start
Expected behavior
Java 11.0.14.1 should be supported
Metadata
Metadata
Assignees
Labels
type/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug