We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e65a21 commit 388cb48Copy full SHA for 388cb48
mllib/src/main/scala/org/apache/spark/mllib/optimization/LBFGS.scala
@@ -263,9 +263,6 @@ object LBFGS extends Logging {
263
// broadcasted model is not needed anymore
264
bcW.destroy(blocking = false)
265
266
- // broadcasted model is not needed anymore
267
- bcW.destroy()
268
-
269
/**
270
* regVal is sum of weight squares if it's L2 updater;
271
* for other updater, the same logic is followed.
0 commit comments