Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose up in hadoop or hadoop-dev folder error #26

Closed
hegwout opened this issue Jun 20, 2018 · 1 comment
Closed

docker-compose up in hadoop or hadoop-dev folder error #26

hegwout opened this issue Jun 20, 2018 · 1 comment

Comments

@hegwout
Copy link

hegwout commented Jun 20, 2018

$ docker-compose up
Creating network "hadoop_default" with the default driver
Pulling hadoop (harisekhon/hadoop:latest)...
latest: Pulling from harisekhon/hadoop
d9aaf4d82f24: Already exists
71e193c229b6: Pull complete
34e052ae12c1: Pull complete
7c28f3b3ed5b: Pull complete
b9aeb45a846c: Pull complete
20d3342cd6a7: Pull complete
96ad78d93f88: Pull complete
39f02a9b4821: Pull complete
934c7436ce6e: Pull complete
f4001b22b79b: Pull complete
ae9ff6a67139: Pull complete
Digest: sha256:6c2668f5e59d4b870352cf52f1bcd75945eebe88fb81a1ea3df2464a65951ee6
Status: Downloaded newer image for harisekhon/hadoop:latest
Creating hadoop_hadoop_1 ... done
Attaching to hadoop_hadoop_1
hadoop_1 | /bin/sh: error while loading shared libraries: /lib64/libdl.so.2: invalid ELF header
hadoop_hadoop_1 exited with code 127

@hegwout
Copy link
Author

hegwout commented Jun 21, 2018

i changed my docker-compose.yml :

  hadoop-dev:
    image: harisekhon/hadoop-dev:${VERSION:-latest}

to:

  hadoop-dev:
    build: .

and it's ok now.

@hegwout hegwout closed this as completed Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant