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 a6c5081 commit d110ab2Copy full SHA for d110ab2
mllib/src/test/scala/org/apache/spark/mllib/fpm/FPGrowthSuite.scala
@@ -17,9 +17,9 @@
17
package org.apache.spark.mllib.fpm
18
19
import org.scalatest.FunSuite
20
-import org.apache.spark.mllib.util.LocalSparkContext
+import org.apache.spark.mllib.util.MLlibTestSparkContext
21
22
-class FPGrowthSuite extends FunSuite with LocalSparkContext {
+class FPGrowthSuite extends FunSuite with MLlibTestSparkContext {
23
24
test("test FPGrowth algorithm")
25
{
0 commit comments