You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Marton Elek (Jira)" <ji...@apache.org> on 2019/10/01 13:24:00 UTC

[jira] [Created] (HDDS-2216) Rename HADOOP_RUNNER_VERSION to OZONE_RUNNER_VERSION in compose .env files

Marton Elek created HDDS-2216:
---------------------------------

             Summary: Rename HADOOP_RUNNER_VERSION to OZONE_RUNNER_VERSION in compose .env files
                 Key: HDDS-2216
                 URL: https://issues.apache.org/jira/browse/HDDS-2216
             Project: Hadoop Distributed Data Store
          Issue Type: Task
          Components: docker
            Reporter: Marton Elek


In HDDS-1698 we replaced our apache/hadoop-runner base image to apache/ozone-runner base image.

 

The version of the image is set by the .env files under the hadoop-ozone/dist/src/main/compose directories
{code:java}
cd hadoop-ozone/dist/src/main/compose
grep -r HADOOP_RUNNER .
./ozoneperf/docker-compose.yaml:      image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
./ozoneperf/docker-compose.yaml:      image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
./ozoneperf/docker-compose.yaml:      image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
 {code}
But the name of the variable is HADOOP_RUNNER_VERSION instead of OZONE_RUNNER_VERSION.

Would be great to rename it the OZONE_RUNNER_VERSION.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org