tony-framework / TonY

TonY is a framework to natively run deep learning frameworks on Apache Hadoop.
https://tony-project.ai
Other
708 stars 164 forks source link

Disable refreshMemoryBytesMetrics when running test cases on Mac #654

Closed zuston closed 2 years ago

zuston commented 2 years ago

Description:

Because ProcfsBasedProcessTree currently is supported only on Linux. When running test cases on Mac, the resourceCalculator is null and should be ignored.

Signed-off-by: zhangjunfan junfan.zhang@outlook.com