LuciferYang commented on PR #43502: URL: https://github.com/apache/spark/pull/43502#issuecomment-1780536278
@zhaomin1423 The code changes are fine to me. https://github.com/apache/spark/blob/7d7afb06f682c10f3900eb8adeab9fad6d49cb24/.github/workflows/build_and_test.yml#L202 https://github.com/apache/spark/blob/7d7afb06f682c10f3900eb8adeab9fad6d49cb24/.github/workflows/build_and_test.yml#L381 Can you add an environment variable `LIVE_UI_LOCAL_STORE_DIR: "/tmp/kvStore"` at the above two places? This will additionally test using RocksDB as LiveUI Backend. I want to verify that this pr do not affect Rocksdb LiveUI feature. We can remove this change after the test is successful. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
