|
@@ -17,7 +17,7 @@
|
|
|
version: "3"
|
|
|
services:
|
|
|
datanode_1:
|
|
|
- image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
|
|
+ image: apache/ozone-runner:${OZONE_RUNNER_VERSION}
|
|
|
privileged: true #required by the profiler
|
|
|
volumes:
|
|
|
- ../..:/opt/hadoop
|
|
@@ -31,7 +31,7 @@ services:
|
|
|
net:
|
|
|
ipv4_address: 10.5.0.4
|
|
|
datanode_2:
|
|
|
- image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
|
|
+ image: apache/ozone-runner:${OZONE_RUNNER_VERSION}
|
|
|
privileged: true #required by the profiler
|
|
|
volumes:
|
|
|
- ../..:/opt/hadoop
|
|
@@ -45,7 +45,7 @@ services:
|
|
|
net:
|
|
|
ipv4_address: 10.5.0.5
|
|
|
datanode_3:
|
|
|
- image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
|
|
+ image: apache/ozone-runner:${OZONE_RUNNER_VERSION}
|
|
|
privileged: true #required by the profiler
|
|
|
volumes:
|
|
|
- ../..:/opt/hadoop
|
|
@@ -59,7 +59,7 @@ services:
|
|
|
net:
|
|
|
ipv4_address: 10.5.0.6
|
|
|
datanode_4:
|
|
|
- image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
|
|
+ image: apache/ozone-runner:${OZONE_RUNNER_VERSION}
|
|
|
privileged: true #required by the profiler
|
|
|
volumes:
|
|
|
- ../..:/opt/hadoop
|
|
@@ -73,7 +73,7 @@ services:
|
|
|
net:
|
|
|
ipv4_address: 10.5.0.7
|
|
|
om:
|
|
|
- image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
|
|
+ image: apache/ozone-runner:${OZONE_RUNNER_VERSION}
|
|
|
privileged: true #required by the profiler
|
|
|
volumes:
|
|
|
- ../..:/opt/hadoop
|
|
@@ -88,7 +88,7 @@ services:
|
|
|
net:
|
|
|
ipv4_address: 10.5.0.70
|
|
|
scm:
|
|
|
- image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
|
|
+ image: apache/ozone-runner:${OZONE_RUNNER_VERSION}
|
|
|
privileged: true #required by the profiler
|
|
|
volumes:
|
|
|
- ../..:/opt/hadoop
|