Intel-bigdata / HiBench

HiBench is a big data benchmark suite.
Other
1.45k stars 761 forks source link

Should hibench.conf has a template file? #478

Open gcz2022 opened 7 years ago

gcz2022 commented 7 years ago

Why hibench.conf doesn't have a template like spark.conf.template?

As a developer, when I configured hibench.masters.hostnames and hibench.slaves.hostnames for my cluster, it always appear in my git status output. So I think this should be in template to avoid this.

gcz2022 commented 7 years ago

@carsonwang

carsonwang commented 7 years ago

From a user's perspective, hibench.conf mush exist in the conf directory. But other conf files like storm.conf, spark.conf are optional (hadoop.conf is an exception as we need the hdfs configuration). The user only creates the conf if he wants to run workloads on that framework. I am actually fine if you want to create a template for hibench.conf. But the doc also need to be updated.