sequenceiq/hadoop-docker

Impossible to run haddop

estellederrien opened this issue ยท 1 comments

Hello,
Just have installed hadoop-docker inside kitematik, the web interface is working, but when i try to execute this command ๐Ÿ‘ in the bash
hadoop fs -mkdir /dblp

ive got this error;
bash : hadoop : command not found,

Please fix this, i can't do any hadoop command.

Thank you

Please :

  1. docker exec -it hadoop /bin/sh
  2. cd /usr/local/
  3. ls
  4. cd /hadoop-2.7.1
  5. ./hadoop -h
    image