Hadoop Installation issue


1 Answer(s)


hi Devandra,

This is not a virtualization setting issue as you were able to login to the VM. Let us know whether you are trying to extract the hadoop tar on CentOS or Ubuntu.

Please execute the following commands as given
which tar
whereis tar

Tar command should be there in /bin/tar . If the above commands doesn't show the path, try typing the complete path like "/bin/tar -txvzf hadoop-1.2.1.tar.gz"

Thanks