Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
Description
In the 1.14.0, we have added JAR-related commands for the SQL CLIENT, including ADD JAR, SHOW JAR and REMOVE JAR. Also we remove the usage of the YAML file in SQL Client.
I think we should test:
- add user jar and start a sql job that using the added jar.
- list the added jar by using the SHOW JARS commands.
- remove the added jar and make sure the client fails to submit the job.
For more details, please take a look at the document about the JAR-related commands.