GitHub user vanzin opened a pull request:
https://github.com/apache/spark/pull/18221
[SPARK-20655][core] In-memory KVStore implementation.
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vanzin/spark shs-ng/M1.2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18221.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #18221
----
commit 7b43ac31128507b8e19e1d8e8db1e5649ce85c13
Author: Marcelo Vanzin <[email protected]>
Date: 2017-04-26T18:37:43Z
SHS-NG M1.2: In-memory KVStore implementation.
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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]