-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDFS-17221. Add NNThroughputBenchmark params to specify subcluster lo… #6230
base: trunk
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
76d3d67
to
a702199
Compare
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…ad in RBF. * Added an ability to specify base directory per operation(s) and to run benchmarks in parallel in different directories; * Added unit test for 3 directories.
452ccf2
to
e4d0708
Compare
🎊 +1 overall
This message was automatically generated. |
Hi @ssanchozz , thank you for pr. LGFM. I would like to test and use your benchmark. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ssanchozz , thanks for your pr, its a good job.
…ad in RBF.
Description of PR
This change adds an ability for NNThroughputBenchmark to run benchmarks in parallel in different directories. This is helpful to create a load on HDFS in Router-Based Federation deployment.
Previous functionality of the NNThroughputBenchmark remains the same if -subClusterPath command line property is not provided.
How was this patch tested?
A unit test which runs different benchmarks in 3 directories in parallel is provided.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?