Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadanand Shenoy committed Sep 5, 2024
1 parent 7afa302 commit efb3516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hadoop-ozone/dist/src/main/smoketest/mapreduce.robot
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Find example jar
Execute PI calculation
${exampleJar} Find example jar
${root} = Format FS URL ${SCHEME} ${volume} ${bucket}
${output} = Execute yarn jar ${exampleJar} pi -D fs.defaultFS=${root} 3 3
${output} = Execute yarn jar ${exampleJar} pi -Dmapreduce.client.submit.file.replication=3 -D fs.defaultFS=${root} 3 3
Should Contain ${output} completed successfully
Should Not Contain ${output} multiple SLF4J bindings

Expand All @@ -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 -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 efb3516

Please sign in to comment.