[ 
https://issues.apache.org/jira/browse/HDFS-13414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433184#comment-16433184
 ] 

Xiaoyu Yao commented on HDFS-13414:
-----------------------------------

Thanks [~elek] for working on this. The patch looks good to me overall. I just 
have one question regarding the http port change from 9864->9880 for ozone rest 
service.

 

Do we need to change the port (9864) below in docker-compose file section for 
datanode to get access to ozone http server?

{code}

datanode:
image: apache/hadoop-runner
volumes:
- ${HADOOPDIR}:/opt/hadoop
ports:
- 9864
command: ["/opt/hadoop/bin/ozone","datanode"]
env_file:
- ./docker-config

{code}

 

 

> Ozone: Update existing Ozone documentation according to the recent changes
> --------------------------------------------------------------------------
>
>                 Key: HDFS-13414
>                 URL: https://issues.apache.org/jira/browse/HDFS-13414
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>            Priority: Minor
>         Attachments: HDFS-13414-HDFS-7240.001.patch
>
>
> 1. Datanode port has been changed
> 2. remove the references to the branch (prepare to merge)
> 3. CLI commands are changed (eg. ozone scm)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to