hiveContext.sql("grant all on uri 'file:/path/to/file' to role 'public'");
使用 Spark 1.6.2运行
时出现以下错误: org.apache.hadoop.hive.ql.parse.SemanticException: Hive authorization does not support the URI or SERVER objects
.
有什么方法可以执行这个查询表单 spark?我应该在查询之前向当前用户添加其他权限吗?
Grant all on database
完美运行。