sequenceiq / hadoop-docker

Hadoop docker image
https://registry.hub.docker.com/u/sequenceiq/hadoop-docker/
Apache License 2.0
1.21k stars 560 forks source link

Impossible to run haddop #81

Open estellederrien opened 5 years ago

estellederrien commented 5 years ago

Hello, Just have installed hadoop-docker inside kitematik, the web interface is working, but when i try to execute this command :+1: 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

QingHui653 commented 5 years ago

Please :

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