hadoop - Hadoop中 super 用户和 super 组的区别

标签 hadoop permissions hdfs superuser

什么是supergroupsuperuser在 Hadoop/HDFS 中?

最佳答案

super 用户

基于Hadoop official documentation :

The super-user is the user with the same identity as the name node process itself. Loosely, if you started the name node, then you are the super-user. The super-user can do anything in that permissions checks never fail for the super-user.



super 群

Supergroup 是 super 用户组。该组用于确保 Hadoop 客户端具有 super 用户访问权限。可以使用 dfs.permissions.superusergroup 进行配置core-site.xml 中的属性(property)文件。

引用文献
  • Hadoop superuser and supergroup
  • 关于hadoop - Hadoop中 super 用户和 super 组的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61931338/

    相关文章:

    hadoop - Hive:在执行选择和同时删除分区配置单元查询时出错

    postgresql - 为什么 PostgreSQL 中没有 SELECT 权限时 UPDATE 权限不起作用?

    java - 将大型 gzip 数据文件上传到 HDFS

    hadoop - HDFS中零件文件的命名约定

    hadoop Namenode 无法启动

    hadoop - 乔布斯 Spark 失败

    mysql - MySQL LOAD DATA INFILE 需要哪些文件和目录权限?

    PHP 读取由不同的 Linux 用户创建的锁定文件?

    hadoop - HDFS 中参数 "mapred.min.split.size"的行为

    hadoop - Oozie:工作流程:如何获得上一个成功的 Action