Skip to content
Snippets Groups Projects
  • Marcelo Vanzin's avatar
    979bf946
    [SPARK-20655][CORE] In-memory KVStore implementation. · 979bf946
    Marcelo Vanzin authored
    This change adds an in-memory implementation of KVStore that can be
    used by the live UI.
    
    The implementation is not fully optimized, neither for speed nor
    space, but should be fast enough for using in the listener bus.
    
    Author: Marcelo Vanzin <vanzin@cloudera.com>
    
    Closes #18395 from vanzin/SPARK-20655.
    979bf946
    History
    [SPARK-20655][CORE] In-memory KVStore implementation.
    Marcelo Vanzin authored
    This change adds an in-memory implementation of KVStore that can be
    used by the live UI.
    
    The implementation is not fully optimized, neither for speed nor
    space, but should be fast enough for using in the listener bus.
    
    Author: Marcelo Vanzin <vanzin@cloudera.com>
    
    Closes #18395 from vanzin/SPARK-20655.
SparkBuild.scala 31.70 KiB