HDDS-1678. Default image name for kubernetes examples should be ozone and not hadoop

Closes #959
This commit is contained in:
Márton Elek 2019-06-21 14:14:06 +02:00
parent 83dcb9d87e
commit 256bdd6982
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<properties> <properties>
<file.encoding>UTF-8</file.encoding> <file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources> <downloadSources>true</downloadSources>
<docker.image>apache/hadoop:${project.version}</docker.image> <docker.image>apache/ozone:${project.version}</docker.image>
<docker.hadoop-runner.version>jdk11</docker.hadoop-runner.version> <docker.hadoop-runner.version>jdk11</docker.hadoop-runner.version>
</properties> </properties>