linkedin / dynamometer

A tool for scale and performance testing of HDFS with a specific focus on the NameNode.
BSD 2-Clause "Simplified" License
131 stars 34 forks source link

Clean up MiniYARNCluster setup to not use fixed ports #74

Closed xkrogen closed 5 years ago

xkrogen commented 5 years ago

The existing tests relied on a MiniYARNCluster that used fixed ports for the YarnClient to know how to communicate with it. Following the example of TestDistributedShell, it's possible to do this without fixed ports, which helps the test to be more robust.

chliang71 commented 5 years ago

LGTM, +1