LuciferYang commented on code in PR #37853: URL: https://github.com/apache/spark/pull/37853#discussion_r968094267
########## docs/running-on-yarn.md: ########## @@ -852,8 +852,8 @@ The following extra configuration options are available when the shuffle service <td><code>spark.shuffle.service.db.backend</code></td> <td>LEVELDB</td> <td> - To specify the kind of disk-base store used in shuffle service state store, supports `LEVELDB` and `ROCKSDB` now - and `LEVELDB` as default value. + When Yarn NodeManager recovery is enabled, this use to specify the kind of disk-base store used in shuffle + service state store, supports `LEVELDB` and `ROCKSDB` now and `LEVELDB` as default value. Review Comment: [d8b39ef](https://github.com/apache/spark/pull/37853/commits/d8b39eff34d8e3cf2382caa377355b6e41ec1eb4) fix this -- 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]
