LuciferYang commented on code in PR #37610: URL: https://github.com/apache/spark/pull/37610#discussion_r955860270
########## docs/spark-standalone.md: ########## @@ -328,6 +328,17 @@ SPARK_WORKER_OPTS supports the following system properties: </td> <td>3.0.0</td> </tr> +<tr> + <td><code>spark.shuffle.service.db.backend</code></td> + <td>LEVELDB</td> + <td> + When <code>spark.shuffle.service.db.enabled</code> is true, user can use this to specify the kind of disk-based + store used in shuffle state store. This supports `LEVELDB` and `ROCKSDB` now and `LEVELDB` as default value. + This only affects standalone mode (yarn always has this behavior enabled). Review Comment: will delete 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]
