日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

何时使用hadoop fs、hadoop dfs与hdfs dfs命令

發布時間:2025/3/15 38 豆豆
生活随笔 收集整理的這篇文章主要介紹了 何时使用hadoop fs、hadoop dfs与hdfs dfs命令 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

hadoop fs:使用面最廣,可以操作任何文件系統。

hadoop dfs與hdfs dfs:只能操作HDFS文件系統相關(包括與Local FS間的操作),前者已經Deprecated,一般使用后者。

?

以下內容參考自stackoverflow

?

Following are the three commands which appears same but have minute differences

  • hadoop fs {args}
  • hadoop dfs {args}
  • hdfs dfs {args}

    hadoop fs <args>
  • FS relates to a generic file system which can point to any file systems like local, HDFS etc. So this can be used when you are dealing with different file systems such as Local FS, HFTP FS, S3 FS, and others

    hadoop dfs <args>

    dfs is very specific to HDFS. would work for operation relates to HDFS. This has been deprecated and we should use?hdfs dfs?instead.

    hdfs dfs <args>

    same as 2nd i.e would work for all the operations related to HDFS and is the recommended command instead of?hadoop dfs

    below is the list categorized as HDFS commands.

    **#hdfs commands** namenode|secondarynamenode|datanode|dfs|dfsadmin|fsck|balancer|fetchdt|oiv|dfsgroups

    So even if you use?Hadoop dfs?, it will look locate hdfs and delegate that command to?hdfs dfs


    ?

    轉載于:https://www.cnblogs.com/lujinhong2/p/4637288.html

    總結

    以上是生活随笔為你收集整理的何时使用hadoop fs、hadoop dfs与hdfs dfs命令的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。