Description
I try to make a gearpump cluster and and running gearpump application.
I found when I start up daemons they are always using application.conf.
[ClusterConfig$] loading config file application.conf...
It seems don't specified the config file add
-Dgearpump.config.file="${PROG_HOME}/conf/gear.conf"
in bin/master bin/worker and bin/service will be OK
But how to fix building process ?