hdfs --help                  # 所有参数

hdfs dfs -help               # 运行文件系统命令在Hadoop文件系统
hdfs dfs -ls /logs           # 查看
hdfs dfs -ls /user/          # 查看用户
hdfs dfs -cat
hdfs dfs -df
hdfs dfs -du
hdfs dfs -rm
hdfs dfs -tail

hdfs dfsadmin -help          # hdfs集群节点管理
hdfs dfsadmin -report        # 基本的文件系统统计信息

 

相关文章:

  • 2021-09-29
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-12-25
  • 2021-11-05
  • 2022-12-23
猜你喜欢
  • 2021-04-18
  • 2021-11-02
  • 2022-01-16
  • 2021-05-12
  • 2022-12-23
  • 2022-01-23
相关资源
相似解决方案