You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/12 09:05:00 UTC

[jira] [Commented] (DRILL-3958) Improve error message when JDBC driver not found

    [ https://issues.apache.org/jira/browse/DRILL-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287291#comment-16287291 ] 

ASF GitHub Bot commented on DRILL-3958:
---------------------------------------

GitHub user rajrahul opened a pull request:

    https://github.com/apache/drill/pull/1067

    DRILL-3958: Return a valid error message when storage plugin fails

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajrahul/drill DRILL-3958

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1067.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1067
    
----
commit d5db51c795e9a9537c9feb4cf330d3b11045be8f
Author: Rahul Raj <ra...@gmail.com>
Date:   2017-12-12T08:51:53Z

    DRILL-3958: Return a valid error message when storage plugin fails

----


> Improve error message when JDBC driver not found
> ------------------------------------------------
>
>                 Key: DRILL-3958
>                 URL: https://issues.apache.org/jira/browse/DRILL-3958
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Client - HTTP
>    Affects Versions: 1.2.0
>            Reporter: Uwe Geercken
>            Priority: Critical
>
> 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)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)