In this post, we'll use HDFS command 'bin\hdfs dfs' with different options like
mkdir, copyFromLocal, cat, ls and finally run the wordcount MapReduce job
provided in
%HADOOP_HOME%\share\hadoop\mapreduce\hadoop-mapreduce-examples-2.2.0.jar. On
successful execution of the job in the Single Node (pseudo-distributed mode)
cluster, an...
Microsoft Windows
2 Articles
If we directly take the binary distribution of Apache Hadoop 2.2.0 release and
try to run it on Microsoft Windows, then we'll encounter ERROR util.Shell:
Failed to locate the winutils binary in the hadoop binary path.In the previous
post - Build, Install, Configure and Run Apache...