Authentication and authorization Spark Thrift Server

1.8k Views Asked by At

I am using HDP 2.5.0. I try to implement Spark Thrift Server authorization using tutorial:

Apache Spark Fine Grain Security with LLAP Test Drive

It working correctly, when I using username to login (not have password) and execute HiveQL. But I cannot find any way to authenticate user before allowed to access authorization system.

1

There are 1 best solutions below

0
On BEST ANSWER

These steps worked for my SparkThriftServer Authentication: https://mapr.com/docs/52/Hive/HiveServer2-CustomAuth.html