<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[hadoop fs vs hdfs dfs]]></title><description><![CDATA[<p dir="auto">Following are the three commands which appears same but have minute differences</p>
<p dir="auto">hadoop fs {args}<br />
hadoop dfs {args}<br />
hdfs dfs {args}<br />
hadoop fs &lt;args&gt;<br />
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</p>
<p dir="auto">hadoop dfs &lt;args&gt;<br />
dfs is very specific to HDFS. would work for operation relates to HDFS. This has been deprecated and we should use hdfs dfs instead.</p>
<p dir="auto">hdfs dfs &lt;args&gt;<br />
same as 2nd i.e would work for all the operations related to HDFS and is the recommended command instead of hadoop dfs</p>
]]></description><link>http://an.forum.genostack.com/topic/271/hadoop-fs-vs-hdfs-dfs</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:08:39 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/271.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Apr 2021 09:57:00 GMT</pubDate><ttl>60</ttl></channel></rss>