MemVerge / splash

Splash, a flexible Spark shuffle manager that supports user-defined storage backends for shuffle data storage and exchange
Apache License 2.0
127 stars 29 forks source link

[GH-57] Shuffle tool output is not precise #58

Closed jealous closed 5 years ago

jealous commented 5 years ago

The output of the shuffle performance tool is not precise enough. For example, 1.23GB would only be displayed as 1GB. The output should keep at least two digits for the purpose of tuning and performance comparison.

Update the output of the shuffle tool to show at least two digits.