Details
Description
in ThriftServer.java the following call is made
serverRunner = new ThriftServerRunner(conf);
which invokes
public ThriftServerRunner(Configuration conf) throws IOException { this(conf, new ThriftServerRunner.HBaseHandler(conf)); }
All of this is happening before the user has logged in and fails.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-9027 Port HBASE-7915 (Secure ThriftServer) to Thrift 2
- Closed