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 misimplemented CountTimeWritable setter #96

Closed csgregorian closed 5 years ago

csgregorian commented 5 years ago

Somehow I defined the setter for CountTimeWritable as an adder in #92 without noticing.

facepalm

Also added docs in the README about the output file.