You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2021/08/18 11:26:00 UTC

[jira] [Updated] (HDDS-5616) Document how to run ozone sample cluster with FSO-enabled

     [ https://issues.apache.org/jira/browse/HDDS-5616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Doroszlai updated HDDS-5616:
-----------------------------------
    Summary: Document how to run ozone sample cluster with FSO-enabled  (was: [Dev Support] Add a shell script to automate docker-up with FSO-enabled)

> Document how to run ozone sample cluster with FSO-enabled
> ---------------------------------------------------------
>
>                 Key: HDDS-5616
>                 URL: https://issues.apache.org/jira/browse/HDDS-5616
>             Project: Apache Ozone
>          Issue Type: Improvement
>            Reporter: Yuan Gu
>            Assignee: Yuan Gu
>            Priority: Major
>              Labels: pull-request-available
>
> Currently we need to set some configs to enable FSO after
> {code:java}
> mvn clean install{code}
> We can add a shell script `fso.sh` under the project directory: 
> {code:java}
> export OZONE_OM_METADATA_LAYOUT=PREFIX
> export OZONE_OM_ENABLE_FILESYSTEM_PATHS=true
> cd hadoop-ozone/dist/target/ozone-*-SNAPSHOT/compose/ozone
> docker-compose up -d --scale datanode=$1{code}
> Then run
> {code:java}
> ./fso.sh <number-of-datanodes> {code}
> If there's permission issues, run
> {code:java}
> chmod +x fso.sh{code}
> first



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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