[GitHub] spark issue #12162: [SPARK-14289][WIP] Support multiple eviction strategies ...

2017-11-15 Thread michaelmior
Github user michaelmior commented on the issue: https://github.com/apache/spark/pull/12162 As best I can tell, the code that was pushed here is incomplete. However, Spark's default cache eviction policy is LRU. You can find the code which performs eviction [here](https://github.com/a

[GitHub] spark issue #12162: [SPARK-14289][WIP] Support multiple eviction strategies ...

2017-11-14 Thread mmakdessii
Github user mmakdessii commented on the issue: https://github.com/apache/spark/pull/12162 I'm working on my thesis to improve cache management systems. But i don't know anything about Spark! I found this program and I don't know how to even run it. If possible, can someone refer to me

[GitHub] spark issue #12162: [SPARK-14289][WIP] Support multiple eviction strategies ...

2017-05-11 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/12162 @Earne, is it still active and any opinion on the comments above? Otherwise, I will propose to close this. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark issue #12162: [SPARK-14289][WIP] Support multiple eviction strategies ...

2017-05-05 Thread michaelmior
Github user michaelmior commented on the issue: https://github.com/apache/spark/pull/12162 This branch appears to be incomplete. The configuration parameter `entryEvictionPolicy` does not exist and there is a good chunk of the code that does not do anything. --- If your project is s

[GitHub] spark issue #12162: [SPARK-14289][WIP] Support multiple eviction strategies ...

2016-11-08 Thread mozinrat
Github user mozinrat commented on the issue: https://github.com/apache/spark/pull/12162 @Earne is something relevant merged in spark 2.0.1, do we have FIFO eviction policy?. If yes how can I leverage it? --- If your project is set up for it, you can reply to this email and have y