Currently, there is a mix of hadoop fs and hdfs dfs. We should standardize on the latter former. I saw this on the Manual Installation page, but the same could be elsewhere as well.
but the hadoop command is deprecated, right? Its been split into hdfs and yarn.
I don't know. 2.6.0 docs do say it's deprecated [1] , but 2.7.0 docs do not [2]. Either way, I just wanted to point out that we must keep hadoop fs for MapR, as the hdfs command doesn't exist.
[1] https://hadoop.apache.org/docs/r2.6.0/hadoop-project-dist/hadoop-common/CommandsManual.html
[2] https://hadoop.apache.org/docs/r2.7.0/hadoop-project-dist/hadoop-common/CommandsManual.html
Wow! ok. Let's just use hadoop fs everywhere then.