Re: memory leak query
alhost:4040 -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/memory-leak-query-tp8961p10679.html Sent from the Apache Spark User List mailing list archive at Nabble.com.
memory leak query
Hi, I hope someone can help as I’m not sure if I’m using Spark correctly. Basically, in the simple example below I create an RDD which is just a sequence of random numbers. I then have a loop where I just invoke rdd.count() what I can see is that the memory use always nudges upwards. If I at