You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Tri Dung Le (JIRA)" <ji...@apache.org> on 2015/10/13 10:10:05 UTC

[jira] [Created] (DRILL-3925) Implementing and Configuring a Custom Authenticator

Tri Dung Le created DRILL-3925:
----------------------------------

             Summary: Implementing and Configuring a Custom Authenticator
                 Key: DRILL-3925
                 URL: https://issues.apache.org/jira/browse/DRILL-3925
             Project: Apache Drill
          Issue Type: Bug
          Components: Documentation, Execution - RPC, Functions - Drill
    Affects Versions: 1.1.0
         Environment: MacOSX, Linux
            Reporter: Tri Dung Le


https://drill.apache.org/docs/configuring-user-authentication/#implementing-and-configuring-a-custom-authenticator

I have been read this tutorial to implement a custom authentication for apache drill. But I get  error. Please help me to figure out what problem. Please see full detail as below:
{quote}
Error: Failure in starting embedded Drillbit: org.apache.drill.exec.exception.DrillbitStartupException: Failed to find the implementation of '{}' for type '{}' (state=,code=0)
java.sql.SQLException: Failure in starting embedded Drillbit: org.apache.drill.exec.exception.DrillbitStartupException: Failed to find the implementation of '{}' for type '{}'
	at org.apache.drill.jdbc.impl.DrillConnectionImpl.<init>(DrillConnectionImpl.java:109)
	at org.apache.drill.jdbc.impl.DrillJdbc41Factory.newDrillConnection(DrillJdbc41Factory.java:66)
	at org.apache.drill.jdbc.impl.DrillFactory.newConnection(DrillFactory.java:69)
	at net.hydromatic.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:126)
	at org.apache.drill.jdbc.Driver.connect(Driver.java:78)
	at sqlline.DatabaseConnection.connect(DatabaseConnection.java:167)
	at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:213)
	at sqlline.Commands.connect(Commands.java:1083)
	at sqlline.Commands.connect(Commands.java:1015)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:36)
	at sqlline.SqlLine.dispatch(SqlLine.java:734)
	at sqlline.SqlLine.initArgs(SqlLine.java:519)
	at sqlline.SqlLine.begin(SqlLine.java:587)
	at sqlline.SqlLine.start(SqlLine.java:366)
	at sqlline.SqlLine.main(SqlLine.java:259)
Caused by: org.apache.drill.exec.exception.DrillbitStartupException: Failed to find the implementation of '{}' for type '{}'
	at org.apache.drill.exec.rpc.user.security.UserAuthenticatorFactory.createAuthenticator(UserAuthenticatorFactory.java:104)
	at org.apache.drill.exec.rpc.user.UserServer.<init>(UserServer.java:75)
	at org.apache.drill.exec.service.ServiceEngine.<init>(ServiceEngine.java:57)
	at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:184)
	at org.apache.drill.jdbc.impl.DrillConnectionImpl.<init>(DrillConnectionImpl.java:99)
	... 18 more
apache drill 1.0.0 
"a drill is a terrible thing to waste"

{quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)