美文网首页
Hadoop—如何查看HDFS默认的ns命名空间和所有命名空间列

Hadoop—如何查看HDFS默认的ns命名空间和所有命名空间列

作者: Hughman | 来源:发表于2021-12-03 08:48 被阅读0次

    关注wx:CodingTechWork,一起学习进步。

    问题1

    如何查看hdfs的默认命名空间是哪个?

    方案

    1)通过查询core-site.xml中的fs.defaultFS配置值。
    2)shell命令

    hdfs getconf -confKey fs.default.name
    

    或者

    hdfs getconf -confKey fs.defaultFS
    

    问题2

    如何查看hdfs的所有命名空间列表?

    方案

    1)通过查询core-site.xml中的dfs.nameservices配置值
    2)shell命令

    hdfs getconf -confKey dfs.nameservices
    

    相关文章

      网友评论

          本文标题:Hadoop—如何查看HDFS默认的ns命名空间和所有命名空间列

          本文链接:https://www.haomeiwen.com/subject/zfiyxrtx.html