diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md index 1f173a7c64a56..03179da115b1c 100644 --- a/docs/running-on-yarn.md +++ b/docs/running-on-yarn.md @@ -852,9 +852,11 @@ The following extra configuration options are available when the shuffle service spark.shuffle.service.db.backend LEVELDB - To specify the kind of disk-base store used in shuffle service state store, supports `LEVELDB` and `ROCKSDB` now - and `LEVELDB` as default value. - The original data store in `LevelDB/RocksDB` will not be automatically convert to another kind of storage now. + When work-preserving restart is enabled in YARN, this is used to specify the disk-base store used + in shuffle service state store, supports `LEVELDB` and `ROCKSDB` with `LEVELDB` as default value. + The original data store in `LevelDB/RocksDB` will not be automatically converted to another kind + of storage now. The original data store will be retained and the new type data store will be + created when switching storage types. 3.4.0