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 start-workload.sh #62

Closed sunchao closed 5 years ago

sunchao commented 6 years ago

This fixes two issues encountered when running start-workload.sh:

  1. The README description is incorrect. It should use = for config key & value for auditreplay configs.
  2. The mapper_class_name value doesn't work - it should look under com.linkedin.dynamometer.workloadgenerator.audit instead of com.linkedin.dynamometer.workloadgenerator

Fixes #60 .