This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 326f8297224a [SPARK-45237][DOCS] Change the default value of 
`spark.history.store.hybridStore.diskBackend` in `monitoring.md` to `ROCKSDB`
326f8297224a is described below

commit 326f8297224a0c02b2db8c8cb3f4b92cdc0dafb4
Author: yangjie01 <[email protected]>
AuthorDate: Wed Sep 20 08:46:53 2023 -0700

    [SPARK-45237][DOCS] Change the default value of 
`spark.history.store.hybridStore.diskBackend` in `monitoring.md` to `ROCKSDB`
    
    ### What changes were proposed in this pull request?
    This pr change the default value of 
`spark.history.store.hybridStore.diskBackend` in `monitoring.md` to `ROCKSDB`
    
    ### Why are the changes needed?
    SPARK-42277 change to use `RocksDB` for 
`spark.history.store.hybridStore.diskBackend` by default, but in 
`monitoring.md`, the default value is still set as `LEVELDB`.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #43015 from LuciferYang/SPARK-45237.
    
    Authored-by: yangjie01 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit f1bc0f938162485a96de5788f53f9fa4fb37a3b1)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/monitoring.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index ebd8781fd007..91b158bf85d2 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -414,7 +414,7 @@ Security options for the Spark History Server are covered 
more detail in the
   </tr>
   <tr>
     <td>spark.history.store.hybridStore.diskBackend</td>
-    <td>LEVELDB</td>
+    <td>ROCKSDB</td>
     <td>
       Specifies a disk-based store used in hybrid store; LEVELDB or ROCKSDB.
     </td>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to