I try to run an executable file on newly installed Ubuntu and I get this strange error
>./hadoop
hadoop : Not a directoryh
>hadoop
hadoop command not found
the first error says "directoryh", what is the reason for these messages
|
I try to run an executable file on newly installed Ubuntu and I get this strange error >./hadoop hadoop : Not a directoryh >hadoop hadoop command not found the first error says "directoryh", what is the reason for these messages |
||||
|
On Ubuntu you can try pre-packaged Cloudera's distribution. Works very well for me. Add repositories for your version of Ubuntu, create user 'hadoop' (no root required to access configuration files) |
|||
|
|
|
This answer very conditional, but it might be the problem. If you're running this on a 64-bit ubuntu, you're OS might not have the 32-bit linker libraries. To install them, run the following command:
If it was the problem, it should work. |
|||
|
|
|
You need to make it executable first
|
|||||||
|
ls -l hadoopoutput. – Dmitry Yudakov Jun 18 '10 at 13:21