暗能星系

    • 登录
    • 搜索

    hadoop fs vs hdfs dfs

    大数据
    1
    1
    6
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • A
      anneng 最后由 编辑

      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, (S)FTP, S3, 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

      1 条回复 最后回复 回复 引用 0
      • First post
        Last post
      Powered by 暗能星系