You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/06/24 14:44:07 UTC

[GitHub] [hadoop-ozone] maobaolong opened a new pull request #1124: HDDS-3865. Export the SCM client IPC port in docker-compose

maobaolong opened a new pull request #1124:
URL: https://github.com/apache/hadoop-ozone/pull/1124


   ## What changes were proposed in this pull request?
   
   Export the SCM client IPC port in docker-compose, so that I can use ozone admin cli to access the scm service in the docker container.
   
   ## What is the link to the Apache JIRA
   
   HDDS-3865
   
   ## How was this patch tested?
   
   ```bash
   cd ./hadoop-ozone/hadoop-ozone/dist/target/ozone-0.6.0-SNAPSHOT/compose/ozone/
   ./run.sh
   
   cd ./hadoop-ozone/hadoop-ozone/dist/target/ozone-0.6.0-SNAPSHOT
   bin/ozone admin pipeline list
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [hadoop-ozone] maobaolong commented on pull request #1124: HDDS-3865. Export the SCM client IPC port in docker-compose

Posted by GitBox <gi...@apache.org>.
maobaolong commented on pull request #1124:
URL: https://github.com/apache/hadoop-ozone/pull/1124#issuecomment-651419464


   @elek Thanks you for your review.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [hadoop-ozone] elek merged pull request #1124: HDDS-3865. Export the SCM client IPC port in docker-compose

Posted by GitBox <gi...@apache.org>.
elek merged pull request #1124:
URL: https://github.com/apache/hadoop-ozone/pull/1124


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [hadoop-ozone] maobaolong commented on pull request #1124: HDDS-3865. Export the SCM client IPC port in docker-compose

Posted by GitBox <gi...@apache.org>.
maobaolong commented on pull request #1124:
URL: https://github.com/apache/hadoop-ozone/pull/1124#issuecomment-650266211


   @elek Thank you for telling me how to run a scm locally by execute the given shell script, it will help me when i need it.
   
   For my situation, i want to test some tools connect the SCM of a Ozone cluster, the easy way to start a ozone cluster is docker-compose way, but my tools in the host cannot connect the SCM in the docker, so I need to export the client port of SCM.


----------------------------------------------------------------
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:
users@infra.apache.org



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