[ https://issues.apache.org/jira/browse/DRILL-5910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222407#comment-16222407 ]
ASF GitHub Bot commented on DRILL-5910: --------------------------------------- GitHub user vladimirtkach opened a pull request: https://github.com/apache/drill/pull/1013 DRILL-5910 Add factory name to ClassNotFoundException message in ClientAuthenticatorProvider constructor Added factory name to exception message. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vladimirtkach/drill DRILL-5910 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/1013.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 #1013 ---- commit 10516783aa7db5edfd1c5f149477af4b5a1213cb Author: vladimir <vtk...@rightandabove.com> Date: 2017-10-27T08:32:32Z DRILL-5910 Add factory name to ClassNotFoundException message in ClientAuthenticatorProvider constructor ---- > ClassNotFoundException message enhancement > ------------------------------------------- > > Key: DRILL-5910 > URL: https://issues.apache.org/jira/browse/DRILL-5910 > Project: Apache Drill > Issue Type: Improvement > Affects Versions: 1.11.0 > Reporter: Volodymyr Tkach > Assignee: Volodymyr Tkach > Priority: Minor > Fix For: 1.12.0 > > > We need to add factory name in exception message when ClassNotFoundException > is caught and DrillRuntimeException is than re-thrown in > ClientAuthenticatorProvider constructor. > Steps to repoduce: > 1) Configure plain authentication > 2) Add > -Ddrill.customAuthFactories=org.apache.drill.exec.rpc.security.maprsasl.MapRSaslFactory > to SQLLINE_JAVA_OPTS or another class that is not present in classpath. > 3) Run sqlline and connect to drillbit -- This message was sent by Atlassian JIRA (v6.4.14#64029)