Running DFS-Perf on Alluxio
To run DFS-Perf on Alluxio, you must install DFS-Perf in cluster mode
Configurations
Before running DFS-Perf, you should set these Alluxio-related variables in conf/dfs-perf-env.sh
:
export DFS_PERF_DFS_ADRESS="alluxio://ip:port"
export DFS_PERF_DFS_OPTS="
-Dalluxio.user.master.client.timeout.ms=600000
"
Usages
Now you can run DFS-Perf on Alluxio. Actually the usages of all the DFS are the same, e.g.
$ bin/dfs-perf-clean
$ bin/dfs-perf Metadata
$ bin/dfs-perf-collect Metadata
See more examples on Examples.