身份验证和授权 Spark Thrift 服务器

Authentication and authorization Spark Thrift Server

我正在使用 HDP 2.5.0。我尝试使用教程实现 Spark Thrift 服务器授权:

Apache Spark Fine Grain Security with LLAP Test Drive

当我使用用户名登录(没有密码)并执行 HiveQL 时,它工作正常。但是在允许访问授权系统之前我找不到任何方法来验证用户。

这些步骤适用于我的 SparkThriftServer 身份验证: https://mapr.com/docs/52/Hive/HiveServer2-CustomAuth.html