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

Add travis build step and fix javadoc formatting #80

Closed csgregorian closed 5 years ago

csgregorian commented 5 years ago

Fixed the javadoc formatting that gradle was complaining about and added a travis step that should build the whole thing every time.

csgregorian commented 5 years ago

Fixed changes and modified the build script a bit further: it runs a single build job (which doesn't depend on the HADOOP_VERSION) in parallel with two testing jobs (which each run on a different HADOOP_VERSION), as none of them depend on each other.