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/08/28 16:19:27 UTC

[GitHub] [hadoop-ozone] smengcl opened a new pull request #1362: HDDS-4161. Set fs.defaultFS in docker compose cluster config to OFS

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


   ## What changes were proposed in this pull request?
   
   Set fs.defaultFS in docker compose cluster config to OFS by default.
   
   This shouldn't impact any existing tests. This makes life easier when developer manually logs into the cluster and use hadoop fs commands. e.g. ozone fs -ls / can easily list all volumes in the test cluster with OFS.
   
   Previous discussion at https://github.com/apache/hadoop-ozone/pull/1352#discussion_r478388391
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4161
   
   ## How was this patch tested?
   
   This change should only affect the robot test infra.
   All existing tests (including robot tests) should pass as-is.


----------------------------------------------------------------
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] smengcl merged pull request #1362: HDDS-4161. Set fs.defaultFS in docker compose cluster config to OFS

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


   


----------------------------------------------------------------
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] smengcl commented on pull request #1362: HDDS-4161. Set fs.defaultFS in docker compose cluster config to OFS

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


   > Thanks @smengcl for extracting this change to a separate PR. LGTM.
   > 
   > FYI, there are two cases where O3FS is still the default:
   > 
   > ```
   > hadoop-ozone/dist/src/main/compose/ozone-mr/common-config
   > 33:CORE-SITE.xml_fs.defaultFS=o3fs://bucket1.volume1/
   > 
   > hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config
   > 17:CORE-SITE.XML_fs.defaultFS=o3fs://bucket1.volume1.omservice
   > ```
   > 
   > The first one is used by tests, the second one is disabled currently.
   
   Good catch @adoroszlai . I have updated the PR.


----------------------------------------------------------------
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