[
https://issues.apache.org/jira/browse/HDDS-1216?focusedWorklogId=208041&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-208041
]
ASF GitHub Bot logged work on HDDS-1216:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Mar/19 20:39
Start Date: 05/Mar/19 20:39
Worklog Time Spent: 10m
Work Description: ajayydv commented on pull request #553: HDDS-1216.
Change name of ozoneManager service in docker compose fileā¦
URL: https://github.com/apache/hadoop/pull/553#discussion_r262680082
##########
File path: hadoop-ozone/dist/src/main/compose/ozone/docker-compose.yaml
##########
@@ -26,15 +26,15 @@ services:
command: ["/opt/hadoop/bin/ozone","datanode"]
env_file:
- ./docker-config
- ozoneManager:
+ om:
image: apache/hadoop-runner
privileged: true #required by the profiler
volumes:
- ../..:/opt/hadoop
ports:
- 9874:9874
environment:
- ENSURE_OM_INITIALIZED: /data/metadata/ozoneManager/current/VERSION
+ ENSURE_OM_INITIALIZED: /data/metadata/om/current/VERSION
Review comment:
changed this for consistency purpose. IMO path can be independent of service
name.
----------------------------------------------------------------
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: 208041)
Time Spent: 1.5h (was: 1h 20m)
> Change name of ozoneManager service in docker compose files to om
> -----------------------------------------------------------------
>
> Key: HDDS-1216
> URL: https://issues.apache.org/jira/browse/HDDS-1216
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Ajay Kumar
> Assignee: Ajay Kumar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Change name of ozoneManager service in docker compose files to om for
> consistency. (secure ozone compose file will use "om").
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]