Skip to content

Commit

Permalink
test fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadanand Shenoy committed Sep 5, 2024
1 parent 15170e8 commit 966f0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-ozone/dist/src/main/smoketest/mapreduce.robot
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Execute WordCount
${root} = Format FS URL ${SCHEME} ${volume} ${bucket}
${dir} = Format FS URL ${SCHEME} ${volume} ${bucket} input/
${result} = Format FS URL ${SCHEME} ${volume} ${bucket} wordcount-${random}.txt
${output} = Execute yarn jar ${exampleJar} wordcount -Dmapreduce.client.submit.file.replication=3 -D fs.defaultFS=${root} ${dir} ${result}
${output} = Execute yarn jar ${exampleJar} wordcount -Dmapreduce.client.submit.file.replication=3 -D fs.defaultFS=${root} ${dir} ${result}
Should Contain ${output} map tasks=3
Should Contain ${output} completed successfully

0 comments on commit 966f0aa

Please sign in to comment.