'Error while compiling statement: FAILED: HiveAuthzPluginException Unsupported privilege type All'
'Error while compiling statement: FAILED: HiveAuthzPluginException Unsupported privilege type All'
我正在尝试通过 ODBC 查询 Hive。我授予用户 all
权限,然后收到此消息:
'Error while compiling statement: FAILED: HiveAuthzPluginException Unsupported privilege type All'
所以我返回并向 ODBC 用户授予 select
,但我仍然收到相同的消息:
'Error while compiling statement: FAILED: HiveAuthzPluginException Unsupported privilege type All'
我该怎么做才能解决这个问题?
如果您尝试在 Hive Cli 上授予权限,则可能会遇到此问题。
您可能需要从 Metastore 数据库中清除权限 "All"。
这是不错的博客
http://www.openkb.info/2015/07/query-fails-with-error.html
我正在尝试通过 ODBC 查询 Hive。我授予用户 all
权限,然后收到此消息:
'Error while compiling statement: FAILED: HiveAuthzPluginException Unsupported privilege type All'
所以我返回并向 ODBC 用户授予 select
,但我仍然收到相同的消息:
'Error while compiling statement: FAILED: HiveAuthzPluginException Unsupported privilege type All'
我该怎么做才能解决这个问题?
如果您尝试在 Hive Cli 上授予权限,则可能会遇到此问题。 您可能需要从 Metastore 数据库中清除权限 "All"。 这是不错的博客 http://www.openkb.info/2015/07/query-fails-with-error.html