When spark-rapids-jni finished building, it prints out a log message like this:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:10.982s
[INFO] Finished at: Wed May 08 20:13:31 UTC 2024
[INFO] Final Memory: 39M/1075M
[INFO] ------------------------------------------------------------------------
The Finished at line is time in UTC, which is kind of useless. It is much better to print that time in the local timezone, similar to spark-rapids, so we (dev) can use it.
When spark-rapids-jni finished building, it prints out a log message like this:
The
Finished at
line is time in UTC, which is kind of useless. It is much better to print that time in the local timezone, similar to spark-rapids, so we (dev) can use it.