[ 
https://issues.apache.org/jira/browse/HDDS-2216?focusedWorklogId=321652&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-321652
 ]

ASF GitHub Bot logged work on HDDS-2216:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Oct/19 00:54
            Start Date: 02/Oct/19 00:54
    Worklog Time Spent: 10m 
      Work Description: cxorm commented on pull request #1570: HDDS-2216. 
Rename HADOOP_RUNNER_VERSION to OZONE_RUNNER_VERSION in co…
URL: https://github.com/apache/hadoop/pull/1570
 
 
   …mpose .env files.
   
   ## NOTICE
   
   Please create an issue in ASF JIRA before opening a pull request,
   and you need to set the title of the pull request which starts with
   the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
   For more details, please see 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 321652)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Assignee: YiSheng Lien
>            Priority: Major
>              Labels: newbie, pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to