JyotinderSingh commented on a change in pull request #2730:
URL: https://github.com/apache/ozone/pull/2730#discussion_r738367134
##########
File path: hadoop-ozone/dist/src/main/smoketest/createmrenv.robot
##########
@@ -24,15 +24,15 @@ Test Timeout 2 minute
*** Variables ***
${SCHEME} o3fs
${volume} volume1
-${bucket} bucket1
+${bucket} mrbucket1
*** Keywords ***
Create volume
${result} = Execute ozone sh volume create /${volume}
--user hadoop --space-quota 100TB --namespace-quota 100
Should not contain ${result} Failed
Create bucket
- Execute ozone sh bucket create
/${volume}/${bucket}
+ Execute ozone sh bucket create
/${volume}/${bucket} --type FILE_SYSTEM_OPTIMIZED
Review comment:
Yes, by default we were creating buckets in OBJECT_STORE layout which
was incompatible with this code snippet. Changed it to FSO to circumvent that.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]