Reputation: 135
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.
Upvotes: 2
Views: 1959
Reputation: 320
These steps worked for my SparkThriftServer Authentication: https://mapr.com/docs/52/Hive/HiveServer2-CustomAuth.html
Upvotes: 1