Re: Which class takes place of BlockManagerWorker in Spark 1.3.1

2015-06-06 Thread Ted Yu
ere is a class called BlockManagerWorker in spark > previous releases. In the 1.3.1 code, I could see that some method > comment still refers to BlockManagerWorker which doesn't exist at all. > I would ask which class takes place of BlockManagerWorker in Spark 1.3.1? > Thanks. >

Which class takes place of BlockManagerWorker in Spark 1.3.1

2015-06-06 Thread bit1...@163.com
Hi, I remembered that there is a class called BlockManagerWorker in spark previous releases. In the 1.3.1 code, I could see that some method comment still refers to BlockManagerWorker which doesn't exist at all. I would ask which class takes place of BlockManagerWorker in Spark 1.3.1? T