[GitHub] spark pull request #18395: [SPARK-20655][core] In-memory KVStore implementat...

2017-08-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/18395


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #18395: [SPARK-20655][core] In-memory KVStore implementat...

2017-06-22 Thread vanzin
GitHub user vanzin opened a pull request:

https://github.com/apache/spark/pull/18395

[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 SPARK-20655

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/18395.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 #18395


commit 7b43ac31128507b8e19e1d8e8db1e5649ce85c13
Author: Marcelo Vanzin 
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.

commit 6eb3ffe5afb18fe20290a1757f6836ba84db787f
Author: Marcelo Vanzin 
Date:   2017-06-06T20:57:05Z

SHS-NG M1.2: Remove unneeded changes.

commit 46c7245e79dd3db67e062bfe2ebb43bbda8fdff5
Author: Marcelo Vanzin 
Date:   2017-06-07T17:59:29Z

SHS-NG M1.2: better hashing.

commit cb96ac16f17c2abc788c2e3ba7ccf3acb22ea785
Author: Marcelo Vanzin 
Date:   2017-06-12T21:47:13Z

SHS-NG M1.2: remove another unnecessary change.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org