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

Fix test failures by bumping default Hadoop version to 2.7.6. #36

Closed xkrogen closed 6 years ago

xkrogen commented 6 years ago

The version of Hadoop available on the Apache mirrors got bumped to 2.7.6 from 2.7.5. We need to bump the version in Dynamometer to avoid test failures when a version is not specified. This is necessary while we don't have #10 fixed.