2

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.

Piu
  • 135
  • 2
  • 20

1 Answers1

1

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

tooptoop4
  • 234
  • 3
  • 15
  • 45