Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.2.0
Description
When setting up a storage definition for JDBC in the Drill web UI, the appropriate driver has to be available in the 3rdparty folder before defining the storage, otherwise an error is displayed.
The error message refers to a JSON mapping error which is completely inappropriate in this case, because the error is the missing JDBC driver in the 3rdparty folder and not the JSON mapping.
I request to change the error message to something appropriate that the class/driver referred to could not be found (like for example: com.mysql.jdbc.Driver)
Attachments
Issue Links
- is duplicated by
-
DRILL-4533 Error should be more informative when creating/updating storage plugin definition
- Open
- relates to
-
DRILL-2663 Better error handling of storage plugin configuration
- Open
-
DRILL-2653 All additions to storage plugin configuration gets wiped out if info is not correct
- Closed
- links to