We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33917dd commit a99435dCopy full SHA for a99435d
test/fixtures/hdfs-fixture/Dockerfile
test/fixtures/hdfs-fixture/docker-compose.yml
@@ -2,10 +2,11 @@ version: '3'
2
services:
3
hdfs:
4
hostname: hdfs.build.elastic.co
5
- build:
6
- context: .
7
- dockerfile: Dockerfile
+ image: ubuntu:14.04
8
volumes:
9
- ./build/fixture:/fixture
10
ports:
+ # FIXME: Don't fix the host ports
11
- "9999:9999"
+ - "9998:9999"
12
+ entrypoint: apt-get update && apt-get install net-tools && java -cp "/fixture:/fixture/*" hdfs.MiniHDFS /data
0 commit comments